working on number type

This commit is contained in:
2022-11-22 17:50:23 +00:00
parent 1e091437fd
commit 7b09133438
5 changed files with 50 additions and 1 deletions

View File

@@ -3,5 +3,6 @@ package main
import "fmt"
func main() {
translate("")
fmt.Println("hello world")
}