bbcode test

madman93의 이미지

#include <stdio.h> 

main() 
{ 
printf("Hello, World\n"); 
return 0 
}