diff options
Diffstat (limited to 'standalone/hello-orig.c')
| -rw-r--r-- | standalone/hello-orig.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/standalone/hello-orig.c b/standalone/hello-orig.c new file mode 100644 index 0000000..55a89a2 --- /dev/null +++ b/standalone/hello-orig.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main () +{ + printf ("Hello world!\n"); +} |
