From 236a08308f5c93f1793deece41a41c000300dd06 Mon Sep 17 00:00:00 2001 From: Nova Cat Date: Sat, 16 Nov 2024 20:20:27 -0800 Subject: [PATCH] add require multiline properties --- cc/among | 3 ++- cc/bingchilling | 3 ++- cc/fitnessgram | 3 ++- cc/icecream | 3 ++- cc/rickastley | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/cc/among b/cc/among index 170ae6d..1072961 100644 --- a/cc/among +++ b/cc/among @@ -1,3 +1,4 @@ +#require-multiline from sys import argv if len(argv) == 4 and argv[3] == "us": print(""" @@ -21,4 +22,4 @@ if len(argv) == 4 and argv[3] == "us": ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠙⡳⢦⣄⣀⣀⣀⣀⣤⣤⡴⢾⡋⠅⠈⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁⠀⠚⠉⠩⠍⠓⠒⠀⠁⠀⠀⠀⠀""") else: - print("Among what?") \ No newline at end of file + print("Among what?") diff --git a/cc/bingchilling b/cc/bingchilling index 27101d8..cd0a5a8 100644 --- a/cc/bingchilling +++ b/cc/bingchilling @@ -1,3 +1,4 @@ +#require-multiline print(""" () (__) (____) @@ -8,4 +9,4 @@ print(""" () \/\/\/\/ \/\/\/ \/\/ - \/ """) \ No newline at end of file + \/ """) diff --git a/cc/fitnessgram b/cc/fitnessgram index 1a2abd9..e3fa58f 100644 --- a/cc/fitnessgram +++ b/cc/fitnessgram @@ -1,2 +1,3 @@ +#require-multiline print("The FitnessGram Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly but gets faster each minute after you hear this signal *trill*. A single lap should be completed each time you hear this sound.") -print("*ding* Remember to run in a straight line and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark. Get ready!... Start.") \ No newline at end of file +print("*ding* Remember to run in a straight line and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark. Get ready!... Start.") diff --git a/cc/icecream b/cc/icecream index 27101d8..cd0a5a8 100644 --- a/cc/icecream +++ b/cc/icecream @@ -1,3 +1,4 @@ +#require-multiline print(""" () (__) (____) @@ -8,4 +9,4 @@ print(""" () \/\/\/\/ \/\/\/ \/\/ - \/ """) \ No newline at end of file + \/ """) diff --git a/cc/rickastley b/cc/rickastley index d26e596..a7d507c 100644 --- a/cc/rickastley +++ b/cc/rickastley @@ -1 +1 @@ -print("ihaza.linkh.at") \ No newline at end of file +print("https://ihaza.linkh.at")