From 7244e5601bb8b94b19df16c4b64c3e10aa093908 Mon Sep 17 00:00:00 2001 From: Gal Date: Fri, 9 Feb 2024 01:19:29 +0100 Subject: [PATCH] Add sample code --- sample-code.lox | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sample-code.lox diff --git a/sample-code.lox b/sample-code.lox new file mode 100644 index 0000000..9f45f9d --- /dev/null +++ b/sample-code.lox @@ -0,0 +1,3 @@ +/* This is a block comment +It has a new line */ +abc==123 \ No newline at end of file