summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-07-11 19:07:14 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-07-11 20:43:11 (GMT)
commite1cc40f06af44243e288f5df2aafe292dd82a02a (patch)
tree6dd6c6914de91563cc0021a72c0a4b2961bb21f4 /Limber/main.cpp
parent198ae87df42ff1107368e7c472a619e7573e3357 (diff)
downloadswift-e1cc40f06af44243e288f5df2aafe292dd82a02a.zip
swift-e1cc40f06af44243e288f5df2aafe292dd82a02a.tar.bz2
Added Limber module.
Diffstat (limited to 'Limber/main.cpp')
-rw-r--r--Limber/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Limber/main.cpp b/Limber/main.cpp
new file mode 100644
index 0000000..8a3b3be
--- /dev/null
+++ b/Limber/main.cpp
@@ -0,0 +1,3 @@
+int main(int argc, char* argv[]) {
+ return 0;
+}