diff --git a/tasks/Nicola.txt b/tasks/Nicola.txt
new file mode 100644
index 0000000000000000000000000000000000000000..743c8109590982710db93d4aae28f1ab5c0e46fe
--- /dev/null
+++ b/tasks/Nicola.txt
@@ -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')