在踏上计算机的路途前缘,
我几经周折打开了VC编程环境,
敲出老师课堂上讲到的一"easy"程序:
#include<stdio.h>
main()
{
printf("Hello World");
}