From 4daa35811a58f867948d55e19edc5961ec6bb5cc Mon Sep 17 00:00:00 2001 From: Swee Date: Sat, 12 Oct 2024 17:22:45 -0700 Subject: [PATCH] Add the multiline tag to all multiline ccs --- cc/debug/error | 1 + cc/dystopia | 1 + cc/lmao | 1 + cc/pong | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) 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