mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-02-04 07:11:01 +08:00
10 lines
85 B
Go
10 lines
85 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"fmt"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
fmt.Println("Hello, world!")
|
||
|
}
|