forked from M-Labs/nac3
8 lines
61 B
Python
8 lines
61 B
Python
|
def f():
|
||
|
return
|
||
|
return
|
||
|
|
||
|
def run() -> int32:
|
||
|
f()
|
||
|
|
||
|
return 0
|