Added fmt package

This commit is contained in:
2025-04-07 15:13:57 +02:00
parent cac2bad2fe
commit 08ea91f46c
11 changed files with 25 additions and 20 deletions

View File

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