hello world

来源:互联网 发布:exe软件封装教程 编辑:程序博客网 时间:2024/06/01 11:34
#include<stdio.h>int main () {    printf ("hello world!\n");    return 0;}


0 0
原创粉丝点击