13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
/// Act as a shim of a virtual file system that recieves one message from buffer 2
|
|
import "repbuild/hblib/std" as std;
|
|
|
|
|
|
fn main() {
|
|
|
|
// jmp here
|
|
|
|
}
|
|
|
|
|
|
main();
|
|
tx(); |