5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
main {
|
||
|
bool x = true;
|
||
|
rat y = [0/1];
|
||
|
int z = 0;
|
||
|
}
|