5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
//ww:run-exit 7
|
|
package main;
|
|
package cmatrix;
|
|
fn main() i32 = { return 7; };
|