make types lowercase :)

This commit is contained in:
2025-12-22 21:21:15 +01:00
parent 7c23e57ec0
commit ebc887fb5b
40 changed files with 438 additions and 438 deletions

View File

@@ -10,9 +10,9 @@ extern CloseWindow
extern DrawRectangle
extern IsKeyDown
func main[] : I64
let x: I64 = 200
let y: I64 = 200
func main[] : i64
let x: i64 = 200
let y: i64 = 200
InitWindow(800, 600, "Hello, World!")
SetTargetFPS(60)