mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
10a923d083
svn path=/trunk/; revision=11364
8 lines
121 B
C
8 lines
121 B
C
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
printf("Hello world\n");
|
|
return(0);
|
|
}
|