ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

commit a30c84cfa89fefe405d9727ff9c6fbb3823c4f31
parent 7953d92fe1573a6907978315341a3457738fc3c8
Author: citbl <citbl@citbl.org>
Date:   Wed, 22 Oct 2025 19:15:39 +1000

minor fix

Diffstat:
Mex7.ox | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ex7.ox b/ex7.ox @@ -1,4 +1,4 @@ -infinite loop break test +// infinite loop break test int main() { int a = 1;