ox

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

commit 775a8293776b3e1703459e5b0ef3d5a8c4819a05
parent b730bb7bf434fb1effb00859139810c19454d6a5
Author: citbl <citbl@citbl.org>
Date:   Sun, 12 Oct 2025 18:36:14 +1000

minor

Diffstat:
Mex10.ox | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ex10.ox b/ex10.ox @@ -1,6 +1,5 @@ void main() { - print("This is a great feeling"); - print("This is a great feeling"); + print("This is a test"); print(""); - print("Oh yes."); + print("Oh yes, tested."); }