6 lines
48 B
Plaintext
6 lines
48 B
Plaintext
module sus;
|
|
|
|
(u8, u8) a() {
|
|
return 1u8, 2u8;
|
|
}
|