Skip to content

Commit

Permalink
Created D.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi H authored and Natsumi H committed Oct 1, 2019
1 parent e9d8fad commit a3686ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions D.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#include <iostream>

int D() {
char D = 'D';
while(D == 'D')
std::cout << D << 'D';
}

int main() { D(); }

0 comments on commit a3686ff

Please sign in to comment.