mirror of
https://github.com/bloeys/nterm.git
synced 2025-12-29 06:28:20 +00:00
6 lines
46 B
Go
Executable File
6 lines
46 B
Go
Executable File
package main
|
|
|
|
func main() {
|
|
println("Hi!")
|
|
}
|