标签:code printf span div hello std bsp main include
1 #include<stdio.h> 2 int main() 3 { 4 printf("Hello World!"); 5 return 0; 6 }
hello world
原文地址:https://www.cnblogs.com/adeepbluesky/p/9749796.html