diff --git a/cc/debug/error b/cc/debug/error index 244d70f..2e333ab 100644 --- a/cc/debug/error +++ b/cc/debug/error @@ -1 +1,2 @@ +#require-multiline raise SystemError("Test error.") \ No newline at end of file diff --git a/cc/dystopia b/cc/dystopia index 0b7a9a4..4271db3 100644 --- a/cc/dystopia +++ b/cc/dystopia @@ -1,3 +1,4 @@ +#require-multiline from random import choice from sys import argv stories = ["""an invasive species of anthropomorphic animals take over almost the entire globe. diff --git a/cc/lmao b/cc/lmao index 6ed670f..ee40bb7 100644 --- a/cc/lmao +++ b/cc/lmao @@ -1,3 +1,4 @@ +#require-multiline from os import system from sys import argv if len(argv) > 4: diff --git a/cc/pong b/cc/pong index b6c8b08..bbce4c1 100644 --- a/cc/pong +++ b/cc/pong @@ -1 +1 @@ -print("Pi- wait... excuse me, what the actual fuck ._.") \ No newline at end of file +print("Pi- wait... excuse me, what the... ._.") \ No newline at end of file