Implement input arg parsing

This commit is contained in:
2024-01-26 13:38:44 +01:00
commit fac474a58b
2 changed files with 86 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module main
go 1.21.6