Imported icarus-models package and added main file

This commit is contained in:
2025-03-01 15:32:42 -05:00
parent 92fee89848
commit e30c24e2db
3 changed files with 16 additions and 0 deletions

9
main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello")
}