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