7 lines
75 B
Plaintext
7 lines
75 B
Plaintext
|
// Test CameLIGO arithmetic operators
|
||
|
|
||
|
let neg_op (n : int) : int =
|
||
|
-n
|
||
|
|
||
|
|