projects
/
lttng-ust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ust: add files from kernel
[lttng-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.036977 seconds
and
5
git commands to generate.