From b6b3760e19716c574ca9a0ec0bacfe5518b39f77 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 25 Jul 2020 14:26:32 +0200 Subject: load function in progress --- std/io.amal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/io.amal') diff --git a/std/io.amal b/std/io.amal index ea0845f..81626f6 100644 --- a/std/io.amal +++ b/std/io.amal @@ -3,4 +3,4 @@ extern const printf: fn(fmt: &c_char, ...) c_int; pub const print1 = fn(fmt: str) i32 { return printf(fmt); -} \ No newline at end of file +} -- cgit v1.2.3