14 lines
327 B
Plaintext
14 lines
327 B
Plaintext
|
|
li1 char hello_world 13;
|
||
|
|
set hello_world 1 'H';
|
||
|
|
set hello_world 2 'e';
|
||
|
|
set hello_world 3 'l';
|
||
|
|
set hello_world 4 'l';
|
||
|
|
set hello_world 5 'o';
|
||
|
|
set hello_world 6 ',';
|
||
|
|
set hello_world 7 ' ';
|
||
|
|
set hello_world 8 'w';
|
||
|
|
set hello_world 9 'o';
|
||
|
|
set hello_world 10 'r';
|
||
|
|
set hello_world 11 'l';
|
||
|
|
set hello_world 12 'd';
|
||
|
|
set hello_world 13 '!';
|