mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-13 07:52:22 -07:00
21 lines
250 B
Plaintext
21 lines
250 B
Plaintext
////////////////////////////////
|
|
// The Hello World file
|
|
|
|
hello world!
|
|
"hello world!"
|
|
|
|
(hello world!)
|
|
[hello world!]
|
|
{hello world!}
|
|
|
|
hello: world!
|
|
hello: (world!)
|
|
|
|
@exclaim "hello world"
|
|
@message
|
|
{
|
|
@recipient world
|
|
@contents hello
|
|
@punctuate !
|
|
}
|