Newer
Older
01_hello / hello.go
yhornisse on 24 Sep 2021 74 bytes add array sample
package main

import "fmt"

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