6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
|
|
// Sample Nyash project root
|
||
|
|
using "./util.ny";
|
||
|
|
|
||
|
|
return 42;
|
||
|
|
|