본문으로 건너뛰기
사용자

GyoSeokLee(비교)

r1 vs r3
1
1
>Journey to the new lifestyle[* 한 줄 소개에 사용하는 문구이며, Naver Whale의 슬로건인 'Journey to the next browsing'을 패러디한 것이다.]
2
{{{#!syntax cpp
3
#include <stdio.h>
4
int main()
5
{printf("Journey to the new lifestyle\n");
6
return 0;}
7
}}}