voidway/main.go
Sakooooo f8d1a25efd
the voices
This reverts commit 7a83117f26.
2024-11-21 18:39:24 +04:00

10 lines
99 B
Go

package main
import (
"fmt"
"github.com/valyala/fasthttp"
)
func main() {
fmt.Println("Hi")
}