bba959ab8f9d5d79dc98c3aa9462bac5a6c7d72e
[reactos.git] / rosapps / tests / hello / hello.c
1 #include <stdio.h>
2 #include <string.h>
3
4 int main(int argc, char* argv[])
5 {
6 printf("Hello world\n");
7 return(0);
8 }