bazel-get-started

This reposorty demonstrates how to setup a c++ project using gtest.

Run the test:

bazel test test:hello-test

Run the main function:

bazel run main:hello-world

Please refer to this if bazel is not installed on your computer.