feat(main): add entry point
This commit is contained in:
parent
179511a07e
commit
5dafb972cb
7
cmd/termbox/main.go
Normal file
7
cmd/termbox/main.go
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "fmt"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello, Termbox!")
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user