5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
/* minimal working example */
|
||
|
fn i16 main() {
|
||
|
return 0;
|
||
|
}
|