commit ca724b29192d07fbf929246b23612da906755a65 Author: La Programmatrice Verde Date: Mon May 5 09:20:48 2025 +0200 Initial commit diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..983ea7f --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module calcolatrice_go + +go 1.24.2 diff --git a/main.go b/main.go new file mode 100644 index 0000000..8c9d8f4 --- /dev/null +++ b/main.go @@ -0,0 +1,5 @@ +package main + +func main(){ + +} \ No newline at end of file