Files
Portfolio-Engine/main.go
samantha42 29b3c2dd6c golang
2026-03-24 10:30:31 +01:00

8 lines
78 B
Go

package portifolio
import "fmt"
func main() {
fmt.Println("hello world")
}