// your first c++ program // NOLINT(namespace-envoy) #include // random strings #include "foo/bar" class test { test() { std::cout << "Hello World" << std::endl; } };