diff --git a/Submission2.zip b/Submission2.zip
new file mode 100644
index 0000000000000000000000000000000000000000..50ee3286b252ee4b79b8367a687c4525615b5e86
Binary files /dev/null and b/Submission2.zip differ
diff --git a/new 1.txt b/new 1.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d48e75cc99441b899632da48acdad580ff96182b
--- /dev/null
+++ b/new 1.txt	
@@ -0,0 +1,10 @@
+import System.Environment
+import System.IO
+
+main = do args <- getArgs
+          reader $ args
+          
+reader :: [FilePath] -> IO()
+reader = do  x <- readFile path
+             
+             putStr output
\ No newline at end of file
diff --git a/pr9.tsl b/pr9.tsl
index e320985ac5f5985d1d15ce41a8c26bbaf9cf6f50..4eadd611dddc7d1f997d92b6816ba37a91b3621c 100644
--- a/pr9.tsl
+++ b/pr9.tsl
@@ -12,7 +12,7 @@ col = 1;
 
 --Setting up base tile
 
-base = tile1;
+base = bTile;
 
 for (100) {
 
diff --git a/tile1.tl b/tile1.tl
index ff5d7df6338717a1152f5e87bb5e67ecdc65bd5f..406438aeb414edf5d3b3cf5c88571b4d7a04cbbb 100644
--- a/tile1.tl
+++ b/tile1.tl
@@ -1,2 +1,3 @@
-01
-11
\ No newline at end of file
+010
+101
+010
\ No newline at end of file
diff --git a/tile2.tl b/tile2.tl
index 825cdae2475e3d7dbfe19969b219e419b88606d7..56a6051ca2b02b04ef92d5150c9ef600403cb1de 100644
--- a/tile2.tl
+++ b/tile2.tl
@@ -1,5 +1 @@
-11111
-10101
-11011
-10101
-11111
\ No newline at end of file
+1
\ No newline at end of file