Chapter 2

Task 4.6
This commit is contained in:
Michał Gdula 2024-09-23 09:32:55 +01:00
parent 33a2ae4e47
commit 809a2c7b0d
5 changed files with 241 additions and 16 deletions

View file

@ -1 +1,3 @@
print "Hello, World!";
// this is a comment
(( )){} // grouping stuff
!*+-/ =<> <= == // operators

1
scripts/helloworld.lox Normal file
View file

@ -0,0 +1 @@
print "Hello, World!";