8 lines
145 B
Plaintext
8 lines
145 B
Plaintext
|
|
using selfhost.vm.hv1.dispatch as NyVmDispatcherV1Box
|
||
|
|
static box Main {
|
||
|
|
method main(args) {
|
||
|
|
print("Hello from using!")
|
||
|
|
return 42
|
||
|
|
}
|
||
|
|
}
|