Removed log from the standard library
This commit is contained in:
parent
df782ae1cb
commit
467fbd9725
11 changed files with 38 additions and 41 deletions
|
@ -1,7 +1,7 @@
|
|||
import log
|
||||
import io
|
||||
|
||||
main() {
|
||||
log.number(gcd(1071, 462))
|
||||
io.number(gcd(1071, 462))
|
||||
}
|
||||
|
||||
gcd(a int, b int) -> int {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue