Merge pull request #1049 from MrBrain295/Double-quotes

Migrate to double quotes
This commit is contained in:
MrBrain295
2021-08-18 14:04:46 -05:00
committed by GitHub
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