Difference between revisions of "FP Laboratory 12"

From Marek Běhálek Wiki
Jump to navigation Jump to search
(Created page with "== Working with files - monad IO == * Create a program thet read a file and number it's line.")
 
Line 1: Line 1:
 
== Working with files - monad IO ==
 
== Working with files - monad IO ==
  
* Create a program thet read a file and number it's line.
+
* Create a program that reads a file and number it's lines.

Revision as of 10:03, 24 September 2020

Working with files - monad IO

  • Create a program that reads a file and number it's lines.