main.go 66 B
Newer Older
package main

import "fmt"

func main() {
	fmt.Println("hello")
}