10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
|
|
using selfhost.vm.prints as MiniVmPrints
|
||
|
|
|
||
|
|
static box Main {
|
||
|
|
main(args) {
|
||
|
|
// do nothing; this just forces including MiniVmPrints
|
||
|
|
return 0
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|