Removed log from the standard library

This commit is contained in:
Eduard Urbach 2025-02-22 18:02:50 +01:00
parent df782ae1cb
commit 467fbd9725
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
11 changed files with 38 additions and 41 deletions

View file

@ -1,5 +1,5 @@
import log
import io
main() {
log.number(9223372036854775807)
io.number(9223372036854775807)
}