aboutsummaryrefslogtreecommitdiff
path: root/ttt.jai
diff options
context:
space:
mode:
Diffstat (limited to 'ttt.jai')
-rw-r--r--ttt.jai4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttt.jai b/ttt.jai
index 1cae6a2..aeb5b37 100644
--- a/ttt.jai
+++ b/ttt.jai
@@ -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