Use static and for loop for printing Hello World

This commit is contained in:
Philipp Oppermann
2018-02-08 22:59:00 +01:00
parent cef44163bc
commit 7be59b571d
3 changed files with 32 additions and 29 deletions

View File

@@ -1,13 +1,13 @@
{
"llvm-target": "x86_64-unknown-linux-gnu",
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
"linker-flavor": "ld",
"linker": "ld.lld",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",
"arch": "x86_64",
"os": "none",
"linker-flavor": "ld",
"linker": "ld.lld",
"executables": true,
"features": "-mmx,-sse,+soft-float",
"disable-redzone": true,