This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
SpoofDPI
Watch
1
Star
0
Fork
0
You've already forked SpoofDPI
mirror of
https://github.com/xvzc/SpoofDPI.git
synced
2025-01-07 06:40:28 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7f0502de6a
SpoofDPI
/
hello
/
hello.go
10 lines
82 B
Go
Raw
Normal View
History
Unescape
Escape
update
2021-12-28 03:15:54 +00:00
package
hello
import
(
"fmt"
)
update
2021-12-28 05:13:20 +00:00
func
Hello
(
)
{
update
2021-12-28 05:32:40 +00:00
fmt
.
Print
(
"Hello TEST"
)
update
2021-12-28 03:15:54 +00:00
}
Reference in New Issue
Copy Permalink