mirror of
https://github.com/Binject/debug
synced 2026-06-08 10:28:33 +00:00
8 lines
73 B
Go
8 lines
73 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello World!")
|
|
}
|