We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f56d78 commit 7b27908Copy full SHA for 7b27908
Homework/Homework11/Homework.hs
@@ -15,8 +15,9 @@ You can hover over the functions to know what they do.
15
16
{-
17
-- Question 1 --
18
-Define an IO action that counts the number of files in the current directory
+Define an IO action that counts the number of all enteries in the current directory
19
and prints it to the terminal inside a string message.
20
+(hidden files are not included)
21
-}
22
23
-- listFiles :: IO ()
0 commit comments