diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-07-25 14:26:32 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-25 14:37:04 +0200 |
commit | b6b3760e19716c574ca9a0ec0bacfe5518b39f77 (patch) | |
tree | 76c2c04069d22d36550a62e4b5bb7878fcefb4fd /std/io.amal | |
parent | 203fbb778e9cfe3aff8b4dee6da9a103a171ca0e (diff) |
load function in progress
Diffstat (limited to 'std/io.amal')
-rw-r--r-- | std/io.amal | 2 |
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 +} |