본문으로 건너뛰기
사용자

GyoSeokLee(r3판 Blame)

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