Small fixes

This commit is contained in:
2025-10-06 11:11:27 +11:00
parent 8cc737962e
commit 883d3cd9b8
2 changed files with 7 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
create str *5= "Hello, world!"
create str *5= "World, hello!"
create str *6= "Sigma!"
create str *5 = "Hello, world!"
create str *5 = "World, hello!"
create str *6 = "Sigma!"