5Lesson 5 of 23
Quiz
Maya opens a terminal and types g++ main.cpp -o app, but the compiler says main.cpp was not found. Her editor shows the file inside C:\Users\Maya\cpp-practice\hello.
g++ main.cpp -o app
main.cpp
C:\Users\Maya\cpp-practice\hello
hello