1
0
forked from crony/UpFast
UpFast/main.go

8 lines
85 B
Go

package main
import "fmt"
func main() {
fmt.Println("Let's start a rewrite!")
}