First test work commit, don't touch
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
contract Identity =
|
||||
function main (x:int) = x
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
|
||||
contract Identity =
|
||||
function main (x:int) = x
|
||||