Skip to content

Commit 7b27908

Browse files
authored
Update Question 1 to be more precise (#29)
1 parent 1f56d78 commit 7b27908

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Homework/Homework11/Homework.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ You can hover over the functions to know what they do.
1515

1616
{-
1717
-- Question 1 --
18-
Define an IO action that counts the number of files in the current directory
18+
Define an IO action that counts the number of all enteries in the current directory
1919
and prints it to the terminal inside a string message.
20+
(hidden files are not included)
2021
-}
2122

2223
-- listFiles :: IO ()

0 commit comments

Comments
 (0)