Files

76 B

package main

import "fmt"

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