@@ -0,0 +1 @@
+.*.swp
@@ -0,0 +1,3 @@
+cmake_minimum_required (VERSION 2.6)
+project (launchpad-sequencer)
+add_executable(launchpad-sequencer main.cpp)
@@ -0,0 +1,7 @@
+#include <iostream>
+
+int main()
+{
+ return 0;
+}