X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=hello%2Fhello.c;h=7eecf69e83f0bbaf23949a71e191806bf884687a;hb=HEAD;hp=990a7fa36041ee47211f4c2a34cd42a58b138295;hpb=68c1021b2136a6aea5dbbe138c5103e30b5d8712;p=ust.git diff --git a/hello/hello.c b/hello/hello.c deleted file mode 100644 index 990a7fa..0000000 --- a/hello/hello.c +++ /dev/null @@ -1,10 +0,0 @@ -#include -#include - -int main() -{ - printf("Hello, World!\n"); - scanf("%*s"); - - return 0; -}