Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 625 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 625 Bytes

random_numbers_generator

Installing

Make sure you have GIT installed:

For redhat/centos

yum install -y git

For Debian/ubuntu

apt-get install -y git

For MAC OS X:

brew install git

NOTE: Make sure you have 'brew' installed, guide on BREW: https://brew.sh/

Download the program

mkdir test
cd test/
git clone git@github.com:bflance/random_numbers_generator.git
cd random_numbers_generator/

Running the program

bash random_numbers.sh
prining number: 3
prining number: 9
prining number: 1
prining number: 8
...