Files
curso-goland/main.go
2026-02-06 12:37:51 +01:00

10 lines
79 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, World!")
}