make maps oop

This commit is contained in:
2023-04-08 15:34:15 +02:00
parent d1cd747e86
commit 644a78154e
33 changed files with 709 additions and 276 deletions

2
run
View File

@@ -1,2 +1,2 @@
# run the go run command passing the path to the main.go file, with the working directory set to the bin folder. pass in the arguments
go run ./src $@
go run ./src "$@"