JunYoung Yoon

43
reputation
1
10

//new to programming world

#include <stdio.h> int main(){ printf("hello world"); return 0; }