Skip to content

huangsam/cpp-trial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Trial

GitHub Actions Workflow Status

Coding in C++ to explore tools like CMake and GoogleTest.

C++

Getting started

# Install developer tools
make setup

# Run main binary and test binary
make all

For contributors, please run make format and make lint before creating a PR.

Helpful resources