Skip to content

jasleon/arithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arithmetic

build

Experiment with GitHub actions in a C++ project

Dependencies

  • cmake
  • make
  • gcc/g++

Build Instructions

  1. Clone this repo.
  2. Make a build directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./app

About

Experiment with GitHub Actions in a C++ project

Resources

License

Stars

Watchers

Forks

Releases

No releases published