From 324adf3b56e2309524b217407b046784d4f036b7 Mon Sep 17 00:00:00 2001 From: jetark <jakubetarka@gmail.com> Date: Tue, 19 Dec 2023 12:35:16 +0100 Subject: [PATCH] first piece of malware --- tasks/Nicola | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tasks/Nicola diff --git a/tasks/Nicola b/tasks/Nicola new file mode 100644 index 0000000..743c810 --- /dev/null +++ b/tasks/Nicola @@ -0,0 +1,8 @@ +user_name = "Sebastian Matera" + + +if user_name=="Sebastian Matera": + while True: + print('say goodbye to your cpu') +else: + print('hello friend') -- GitLab