This commit is contained in:
Micke Nordin 2020-04-19 22:21:45 +02:00
commit 3849d1b833

View file

@ -1,4 +1,6 @@
```bash
git clone https://github.com/mickenordin/fractions.git
cd fractions
g++ -o fractions fractions.cpp
./fractions
```