Assignment 1.
-
Create a new workspace CET4523/<your student number>.
-
Create a new project under this workspace called HelloWorld.
-
Create a new C++ source file called main.
-
Place your logic for displaying the string "hello world" to the screen.
Source Code for main.cpp.