Move all go files into an internal package

This commit is contained in:
Cenk Altı
2025-12-10 22:26:14 -05:00
parent 218d3b5d63
commit 470d3bb255
10 changed files with 0 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package main
type Cursor struct {
x int
y int
}