From ca724b29192d07fbf929246b23612da906755a65 Mon Sep 17 00:00:00 2001 From: La Programmatrice Verde Date: Mon, 5 May 2025 09:20:48 +0200 Subject: [PATCH] Initial commit --- go.mod | 3 +++ main.go | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 go.mod create mode 100644 main.go 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