Recount-Server/recount-server.go
2023-12-17 21:21:29 -08:00

7 lines
75 B
Go

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