quitting
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user