make types lowercase :)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
func main[] : I64
|
||||
func main[] : i64
|
||||
io.println("Hello, World!")
|
||||
Reference in New Issue
Block a user
@@ -1,2 +1,2 @@
|
||||
func main[] : I64
|
||||
func main[] : i64
|
||||
io.println("Hello, World!")
|
||||