First commit.

This commit is contained in:
2024-11-05 06:28:08 -05:00
commit c234616fdf
9 changed files with 582 additions and 0 deletions

6
coordinates.go Normal file
View File

@@ -0,0 +1,6 @@
package main
type Coordinates struct {
X float64
Y float64
}