From a8eeffaef662df8e9b174b5c484df95ecdba6a9e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 6 Sep 2021 16:00:12 +0000 Subject: c4 is freestanding now --- miniany/hello.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'miniany/hello.c') diff --git a/miniany/hello.c b/miniany/hello.c index ab06506..062ab5f 100644 --- a/miniany/hello.c +++ b/miniany/hello.c @@ -2,6 +2,7 @@ int main() { - printf("hello, world\n"); + putstring("hello, world"); + putnl(); return 0; } -- cgit v1.2.3-54-g00ecf