added main to automaton.node
This commit is contained in:
parent
17e2f93629
commit
66de13fff2
@ -11,7 +11,7 @@ let
|
|||||||
o = (not (not (l1 = l2))) and (l1 = l2) and true;
|
o = (not (not (l1 = l2))) and (l1 = l2) and true;
|
||||||
tel
|
tel
|
||||||
|
|
||||||
node auto (i: int) returns (o : int);
|
node main (i: int) returns (o : int);
|
||||||
var x, y:int;
|
var x, y:int;
|
||||||
let
|
let
|
||||||
automaton
|
automaton
|
||||||
|
Loading…
Reference in New Issue
Block a user