uni

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

commit fb4c958b72e7d02eebf135293321140bd34d35d7
parent 86f854ad46bf6c51f9a5b9969c921e45aeaa637a
Author: Christos Margiolis <christos@margiolis.net>
Date:   Wed,  8 Jan 2020 23:50:28 +0200

edited README (#5)

Diffstat:
Massignment-1.4-functions/README.md | 12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

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