Update README.md

This commit is contained in:
Mikael Nordin 2020-04-18 16:54:54 +02:00 committed by GitHub
parent b914c09fa6
commit 641c03b0a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
git clone https://github.com/mickenordin/fractions.git
git clone https://github.com/mickenordin/complex-numbers.git
cd complex-numbers
```bash
git clone https://github.com/mickenordin/fractions.git`
git clone https://github.com/mickenordin/complex-numbers.git`
cd complex-numbers
g++ -o cnumber cnumber.cpp
./cnumber
```