6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
namespace N =
|
|
function nconst() = 1
|
|
|
|
main contract C =
|
|
entrypoint f() = N.nconst()
|