hello
hello :)
------------------------------------------------------------------------------- It's better to appear stupid and ask question than to be silent and remain stupid.
#include <stdio.h> int main() { printf("Hello\n"); return 0; }
:D
고작 블로킹 하나, 고작 25점 중에 1점, 고작 부활동 "만약 그 순간이 온다면 그때가 네가 배구에 빠지는 순간이야"
#include <iostream> using namespace std; int main() { cout << "Hello World"; return 0; }
int main() { cout << "Hello World"; return 0; }
hello :)
hello :)
-------------------------------------------------------------------------------
It's better to appear stupid and ask question than to be silent and remain stupid.
[code:1]#include <stdio.h>int
#include <stdio.h> int main() { printf("Hello\n"); return 0; }:D
고작 블로킹 하나, 고작 25점 중에 1점, 고작 부활동
"만약 그 순간이 온다면 그때가 네가 배구에 빠지는 순간이야"
[quote]#include <iostream>using