ust: add files from kernel
[ust.git] / hello / hello.c
... / ...
CommitLineData
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.02167 seconds and 4 git commands to generate.