7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
|
|
// Ny Executor Stage 0 scaffold — core ops placeholder
|
||
|
|
|
||
|
|
static box OpsCore {
|
||
|
|
main(args) { return 0 }
|
||
|
|
}
|
||
|
|
|