Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
JunYoung Yoon
43
reputation
1
10
South Korea
Member since
March 11 2017
22 profile views
Last seen
Mar 27 '23 at 13:57
//new to programming world
#include <stdio.h> int main(){ printf("hello world"); return 0; }