10 lines
200 B
C++
10 lines
200 B
C++
|
// DesignPatterns.cpp : This file contains the 'main' function. Program execution begins and ends there.
|
|||
|
//
|
|||
|
|
|||
|
#include <iostream>
|
|||
|
|
|||
|
//int main()
|
|||
|
//{
|
|||
|
// std::cout << "Hello World!\n";
|
|||
|
//}
|