Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2008-08-09 04:15:17 +0400
committerstarkos <none@none>2008-08-09 04:15:17 +0400
commit46cfd41699a47a4f24086fba5f8256eacace8e36 (patch)
tree2530dd167f06b1bdd9ce007a507ed8cf4bb50a18 /samples
parent4c6ab4d573ade9239d78a6d54aed73edd5dd94bb (diff)
Big refactoring and code consolidation (r464:478)
Diffstat (limited to 'samples')
-rw-r--r--samples/vs2005/CppExe/CppExe.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/vs2005/CppExe/CppExe.cpp b/samples/vs2005/CppExe/CppExe.cpp
new file mode 100644
index 0000000..3770451
--- /dev/null
+++ b/samples/vs2005/CppExe/CppExe.cpp
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main()
+{
+ puts(""#MSG);
+ return 0;
+}