Hello, World
“Hello, world"程序是指在计算机屏幕上输出“Hello,world" 这行字符串的计算机程序,中文意思是“你好, 世界"。 这个例程在 Brian Kernighan 和 Dennis M. Ritchie 合著的《The C Programme Language》使用而广泛流行。
printf("hello, world\n")
“Hello, world"程序是指在计算机屏幕上输出“Hello,world" 这行字符串的计算机程序,中文意思是“你好, 世界"。 这个例程在 Brian Kernighan 和 Dennis M. Ritchie 合著的《The C Programme Language》使用而广泛流行。
printf("hello, world\n")