sdk: most well-known program in the world

git-svn-id: svn://kolibrios.org@6071 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2016-01-18 02:50:45 +00:00
parent da15b99181
commit 59458a6380
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("Hello, world!\n");
return 0;
};