ust: initial commit
[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.028378 seconds and 4 git commands to generate.