summaryrefslogtreecommitdiff
path: root/elf/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/hello.c')
-rw-r--r--elf/hello.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/hello.c b/elf/hello.c
index 0aa057e..083f1fd 100644
--- a/elf/hello.c
+++ b/elf/hello.c
@@ -1,6 +1,5 @@
#include <stdio.h>
void main(void)
{
- char * hello="Hello World !\n";
- printf (hello);
+ printf ("Hello World !\n");
}