erg/examples/helloworld.er
Shunsuke Shibayama 96132b20f6 initial commit
2022-08-10 23:02:27 +09:00

7 lines
181 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

print! "Hello, world!"
print! "こんにちは、世界!"
print! "Γειά σου Κόσμε!"
print! "!مرحبا بالعالم"
greeting = "Hello"
print! "{greeting}, world!"