Skip to content

Commit 4dd81d6

Browse files
committed
chore: update stdlib
1 parent f003ae0 commit 4dd81d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

std/io.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module "io"
22

33
printf :: (s: string) i32
44

5-
print :: (s: string) void {
6-
printf(s);
5+
print :: (s: string) i32 {
6+
return printf(s);
77
}

0 commit comments

Comments
 (0)