Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 170 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 170 Bytes

hello-word

my first repository Hello!

build

using cmake to generate makefiles:

cd hello-word
mkdir build
cmake -B build

make:

cd build
make