Skip to content

This is a repository for a university task.

License

Notifications You must be signed in to change notification settings

szmarczak/pollub-wdso-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published