console-cpp-simple Developer Workspace Recipe FROM codenvy/cpp_gcc Commands # Description Command 1 Build and run cd ${current.project.path} && make && ./a.out Output The app will print Hello World to the console