Add Initial commit
This commit is contained in:
11
CM2005 Object Oriented Programming/Topic 1/1.1.5/main.cpp
Normal file
11
CM2005 Object Oriented Programming/Topic 1/1.1.5/main.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello BSc CS" << std::endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
We use the command "g++ main.cpp" to build the executable
|
||||
*/
|
||||
Reference in New Issue
Block a user