CPP_git_test/README.md

16 lines
369 B
Markdown
Raw Permalink Normal View History

2021-07-16 15:48:54 +00:00
Have you ever wanted to know what your PC thinks about your favorite number if so, then this litle C++ program has got you covered.
2021-07-13 14:48:29 +00:00
*--------Building--------*
Before you can compile the code you will need GNU make and GNU g++.
This is what you should type in the command line
1. git clone https://gitdab.com/Canneddonuts/CPP_git_test
2. cd CPP_git_test
3. make
2021-07-12 13:52:06 +00:00