mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-11-27 19:29:46 +03:00
2095b13813
git-svn-id: svn://kolibrios.org@8364 a494cfbc-eb01-0410-851d-a64ba20cac60
7 lines
47 B
C
Executable File
7 lines
47 B
C
Executable File
int main()
|
|
{
|
|
printf("hello");
|
|
return 0;
|
|
}
|
|
|