Newer
Older
01_hello / hello.go
yhornisse on 20 Sep 2021 75 bytes refactor
package main

import "fmt"


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