Skip to content

Commit db19bb8

Browse files
author
Jonathan Singer
committed
Ordnerstruktur überarbeitet
1 parent 40ef2f6 commit db19bb8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Modules/Main.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ input code = do
7474
input code
7575
Right program -> input program
7676
"8" -> do
77-
readMe <- readFile "README.md"
77+
readMe <- readFile "../README.md"
7878
putStr "\n\n"
7979
putStr readMe
8080
putStr "\n\nThis README is a markdown file. It looks better when opened in a markdown viewer.\n"
8181
input code
8282
"9" -> do
83-
syntax <- readFile "Syntax.txt"
83+
syntax <- readFile "../Syntax.txt"
8484
putStr "\n\n"
8585
putStr syntax
8686
putStr "\n\n"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)