/fplabs

Primary LanguageClojure

FP labs

This project contains solved tasks for the university's Functional programming subject written in Clojure programming language.

Usage

Needed software:

Clone the project and navigate to the project directory.

git clone https://github.com/yahor-filipchyk/fplabs.git
cd fplabs

Running tasks

lein run -- lab_number

lab_number -- task number (e.g. 1)

lein run -- 1

Running tests

lein test