diff options
Diffstat (limited to 'ttt.jai')
| -rw-r--r-- | ttt.jai | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1179,8 +1179,8 @@ read_enter_confirmation :: inline (row: int, style: int, message: string) -> boo return read_input_char(row, style, message) == #char "\n"; } -main :: () {} -_main :: () { +// main :: () {} +main :: () { // -- -- -- Testing TUI -- START |
