6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
program main
|
|
u8<10> myarray
|
|
u8<> myarray2 = "test test test\0"
|
|
begin
|
|
end program
|