mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
8ece706e06
svn path=/trunk/; revision=15220
8 lines
119 B
C
8 lines
119 B
C
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
printf("Hello world\n");
|
|
return(0);
|
|
}
|