Revert "Migrate to double quotes" (#1168)

This commit is contained in:
MrBrain295
2021-11-07 14:29:22 -06:00
committed by GitHub
parent ad376dc345
commit 5082129387
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
PROGRAM hello_world
BEGIN
WRITE("Hello World", CR)
WRITE('Hello World', CR)
END hello_world