main: add function call to mock
This commit is contained in:
parent
ec1001bfd3
commit
717bd60e86
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ def main():
|
||||||
let a: uint32 = byte;
|
let a: uint32 = byte;
|
||||||
}
|
}
|
||||||
{ let b: uint32; }
|
{ let b: uint32; }
|
||||||
|
display(byte, 3) + 1;
|
||||||
"""
|
"""
|
||||||
if not args.mock:
|
if not args.mock:
|
||||||
data = sys.stdin.read().strip()
|
data = sys.stdin.read().strip()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue