1
0
Fork 0
mirror of https://github.com/donnaskiez/ac.git synced 2024-11-21 22:24:08 +01:00
mirror-ac/server/main.go
2024-06-09 22:09:18 +10:00

7 lines
74 B
Go

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