1
0
Fork 0
forked from swee/MeowNex

Add the multiline tag to all multiline ccs

This commit is contained in:
Swee 2024-10-12 17:22:45 -07:00
parent c3811532df
commit 4daa35811a
4 changed files with 4 additions and 1 deletions

View file

@ -1 +1,2 @@
#require-multiline
raise SystemError("Test error.") raise SystemError("Test error.")

View file

@ -1,3 +1,4 @@
#require-multiline
from random import choice from random import choice
from sys import argv from sys import argv
stories = ["""an invasive species of anthropomorphic animals take over almost the entire globe. stories = ["""an invasive species of anthropomorphic animals take over almost the entire globe.

View file

@ -1,3 +1,4 @@
#require-multiline
from os import system from os import system
from sys import argv from sys import argv
if len(argv) > 4: if len(argv) > 4:

View file

@ -1 +1 @@
print("Pi- wait... excuse me, what the actual fuck ._.") print("Pi- wait... excuse me, what the... ._.")