This repository was created to host some of the excersises that I with my partner @rempakos did for the course of ΜΥΥ401 - Αρχές Γλωσσών Προγραμματισμού at the Computer Sciense Engineering Department at the University of Ioannina
In order to run this project you are going to have to follow the steps:
- Install HUGS, which is a Haskell compiler required to compile and run the project.
- open a terminal at the repository main file and enter hugs.
- press
:l Lab(1|2).hs
(depending on which ile you want to load) - enter the name and arguments of the function you want to run as in the example:
exampleFunction arg1 arg2...