12 lines
71 B
Nim
12 lines
71 B
Nim
import ./tui
|
|
|
|
proc main() =
|
|
# Initialize TUI
|
|
initUi()
|
|
|
|
|
|
|
|
|
|
|
|
main()
|