This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
hongwenjun
/
cpp
mirrorاز
https://github.com/hongwenjun/cpp
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
درخت:
e5b1b134c2
شاخهها
تگها
main
cpp
/
examples
/
01_helloworld.c
01_helloworld.c
74 B
تاريخچه
خام
1
2
3
4
5
6
7
#include <stdio.h>
int main()
{
printf("Hello, world!\n");
return 0;
}