Removed log from the standard library

This commit is contained in:
Eduard Urbach 2025-02-22 18:02:50 +01:00
parent 49214c9a6e
commit 4587503a57
Signed by: eduard
GPG key ID: 49226B848C78F6C8
11 changed files with 38 additions and 41 deletions

View file

@ -1,7 +1,7 @@
import log
import io
main() {
log.number(factorial(5))
io.number(factorial(5))
}
factorial(x int) -> int {