This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Увійти
hongwenjun
/
cpp
дзеркало
https://github.com/hongwenjun/cpp
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Wiki
Дерево:
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;
}