Initial Commit
This commit is contained in:
3
node_modules/python-shell/test/python/infinite_loop.py
generated
vendored
Normal file
3
node_modules/python-shell/test/python/infinite_loop.py
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
a = 0
|
||||
while(True):
|
||||
a += 1
|
||||
Reference in New Issue
Block a user