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