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