aboutsummaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-25 14:26:32 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:37:04 +0200
commitb6b3760e19716c574ca9a0ec0bacfe5518b39f77 (patch)
tree76c2c04069d22d36550a62e4b5bb7878fcefb4fd /std
parent203fbb778e9cfe3aff8b4dee6da9a103a171ca0e (diff)
load function in progress
Diffstat (limited to 'std')
-rw-r--r--std/io.amal2
1 files changed, 1 insertions, 1 deletions
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
+}