Files
elm/elm.go
2024-01-19 22:05:18 +07:00

8 lines
74 B
Go

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