Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 244 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 244 Bytes

falll2019-HelloWorld

Kaitlyn Abdo CPSC 350-03 Professor Rene German Assignment Hello World

The file HelloWorld.cpp contains a program that prints hello world to the console. It is compiled by using g++ HelloWorld.cpp and run with ./a.out.