Files
2020-05-30 17:39:28 +08:00

8 lines
78 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello deno")
}