summaryrefslogtreecommitdiff
path: root/elf/hello.c
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2023-11-13 01:42:06 +0100
committerjerome <jerome@xlinfo.fr>2023-11-13 01:42:06 +0100
commit344c9a1b8ee1e132d154f65e3a92811d5ab25f27 (patch)
treea950d9cb6e0d6ff282bb74f486418d4e4411fa36 /elf/hello.c
parent696111049388b5a8f51b02e331b24c6650d4799e (diff)
downloadforensic-344c9a1b8ee1e132d154f65e3a92811d5ab25f27.tar.gz
forensic-344c9a1b8ee1e132d154f65e3a92811d5ab25f27.zip
MAJ hello.c
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");
}