Add Initial commit
This commit is contained in:
BIN
CM2010 Software Design and Development/Topic 3/7.2.3/a.exe
Normal file
BIN
CM2010 Software Design and Development/Topic 3/7.2.3/a.exe
Normal file
Binary file not shown.
@ -0,0 +1,6 @@
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello!" << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user