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

7
main.go Normal file
View File

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