diff --git a/outcomes/Murtuza Ali/multiples_of_99.py b/outcomes/Murtuza Ali/multiples_of_99.py
new file mode 100644
index 0000000..8fc0b15
--- /dev/null
+++ b/outcomes/Murtuza Ali/multiples_of_99.py
@@ -0,0 +1,2 @@
+for i in range(1, 11):
+ print(i * 9)
diff --git a/outcomes/rahulkumaran/outcome.md b/outcomes/rahulkumaran/outcome.md
new file mode 100644
index 0000000..47a2c21
--- /dev/null
+++ b/outcomes/rahulkumaran/outcome.md
@@ -0,0 +1,3 @@
+A demo file
+You can add whatever you want here.
+Just make sure your outcome.md file is inside the newly created folder inside outcomes. The folder that you create should be named the same as your github username.