Freshman is very happy to learn the basic code first

#include<stdio.h>
int main()
{
printf("hello world\n")
return 0
}
Very simple code, but I am very happy to learn it, I believe I will learn more in the future

Guess you like

Origin blog.51cto.com/14993767/2547429