ust: add files from kernel
[ust.git] / hello / hello.c
1 #include <stdio.h>
2 #include <unistd.h>
3
4 int main()
5 {
6 printf("Hello, World!\n");
7 scanf("%*s");
8
9 return 0;
10 }
This page took 0.030611 seconds and 5 git commands to generate.