7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
program main
|
|
u8 a = 10
|
|
u8 b = 10000
|
|
u8 c = -200
|
|
begin
|
|
end program
|