Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mathboy7 committed Jul 5, 2017
1 parent d907e6c commit 2985684
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Network/2017-07-05/main.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#include <iostream>

int main(void) {
int sum = 0;

for(int i=1; i<=100; ++i)
sum += i;

std::cout<<"sum: "<<sum<<std::endl;

This comment has been minimized.

Copy link
@junorouse

junorouse Jul 12, 2017

코드가 쓰레기 같네요.
바꾸세여 ㅋㅋ

}

0 comments on commit 2985684

Please sign in to comment.