quitting
This commit is contained in:
parent
6432d2bfc3
commit
a1cd51d8db
8
it/Q.py
Normal file
8
it/Q.py
Normal file
@ -0,0 +1,8 @@
|
||||
from sys import exit
|
||||
|
||||
def main(buffer, argv):
|
||||
if len(argv) > 1:
|
||||
print("?")
|
||||
else:
|
||||
exit(0)
|
||||
return buffer
|
Loading…
Reference in New Issue
Block a user