This commit is contained in:
samantha42
2026-03-24 10:30:31 +01:00
parent f195ca40db
commit 29b3c2dd6c
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1 @@
Replace Excel

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module Portifolio
go 1.25.7

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package portifolio
import "fmt"
func main() {
fmt.Println("hello world")
}