my first C program

  It should have been about a month since I started self-study. I have always wanted to write a blog before, but I have not decided whether to build a blog by myself or find a platform to write it. Now that you think about it, it's actually the same, no matter where you are, you can record your own growth record of learning. This is my first blog about learning C, hopefully this is just the beginning, there will be more in the future. (Written with "Notepad++", compiled with MinGW)

 1 #include <stdio.h>
 2 
 3 int main()
 4 
 5 { 
 6 
 7     printf("Holl Word");
 8 
 9     return 0;
10 
11 }

 

Can't describe the mood when this program is run through CMD

This is the first C language program in my life.

Copyright Notice:  Wu Yue Anni

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325010808&siteId=291194637