'일상생활'에 해당되는 글 1건
- 2014.10.06 hello world! 1
2014. 10. 6. 19:56
#includeusing namespace std; int main() { cout << "Hello world!" << endl; return 0; }
#includeusing namespace std; int main() { cout << "Hello world!" << endl; return 0; }