mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
2199ae9003
svn path=/trunk/; revision=26010
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);
|
|
}
|