Initial commit

This commit is contained in:
La Programmatrice Verde 2025-05-05 09:20:48 +02:00
commit ca724b2919
2 changed files with 8 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module calcolatrice_go
go 1.24.2

5
main.go Normal file
View File

@ -0,0 +1,5 @@
package main
func main(){
}