uni

University stuff
git clone git://git.christosmarg.xyz/uni-assignments.git
Log | Files | Refs | README | LICENSE

commit caaba56a7cce7013dfafdc124557ce5bb40b8646
parent e97bb94164feb0742b327699e2a287914f63aebc
Author: Christos Margiolis <christos@margiolis.net>
Date:   Mon, 20 Jan 2020 11:35:33 +0200

edited README

Diffstat:
Massignment-1.4-functions/README.md | 15+++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/assignment-1.4-functions/README.md b/assignment-1.4-functions/README.md @@ -1,23 +1,30 @@ # Assignment 1.4: Functions +## Programs + +* hanoi-tower +* menu +* sine-cos-taylor + ## Execution * ```program_name``` = program's name * ```full_path/``` = full path -* ```$``` = terminal command (__don't__ copy it) ### Linux ```shell -$ cd full_path/assignment-1.4-functions/program_name # hanoi-tower / menu / sine-cos-taylor +$ cd full_path/assignment-1.4-functions/program_name $ make $ make run $ make clean # optional ``` -### Windows +### Windows (not tested) -__Requirements:__ MinGW gcc compiler +**Dependencies:** +* MinGW gcc compiler +* ```make``` In CMD, do the following: