aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/Console.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CPP/Windows/Console.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/CPP/Windows/Console.cpp b/CPP/Windows/Console.cpp
new file mode 100644
index 0000000..28ba1c4
--- /dev/null
+++ b/CPP/Windows/Console.cpp
@@ -0,0 +1,10 @@
1// Windows/Console.cpp
2
3#include "StdAfx.h"
4
5#include "Console.h"
6
7namespace NWindows{
8namespace NConsole{
9
10}}