Home

Awesome

Fund o C

Requirements

Running the Application

The application is runnable per environment. Simply use the included makefile to clean, recompile all or recompile libraries. Note: The application requires $LINES and $COLUMNS to be available to the program. In your terminal, run:

export LINES=$LINES; export COLUMNS=$COLUMNS
make clean && make all
./main.out h # Displays the help menu
./main.out g # Prints raindrops using a random string

Using make:

Chaining commands: