szmarczak / pollub-wdso-2

This is a repository for a university task.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pollub-wdso-2

This simple wdso2 program calculates area of square, area of cube and volume of cube.

Usage

# wdso2 length
$ wdso2 5
Area of square: 25.000000
Area of cube: 150.000000
Volume of cube: 125.000000

$ wdso2 2.5
Area of square: 6.250000
Area of cube: 37.500000
Volume of cube: 15.625000

Installation

git clone https://github.com/szmarczak/pollub-wdso-2.git && cd pollub-wdso-2
sudo make install

Uninstallation

sudo make uninstall

License

MIT

About

This is a repository for a university task.

License:MIT License


Languages

Language:C 66.3%Language:Makefile 33.7%