+
+using namespace std;
+
+int main() {
+ cout << "Hello, world!" << endl;
+}
diff --git a/fake_home/vim_templates/skeleton.html b/fake_home/vim_templates/skeleton.html
new file mode 100644
index 0000000..bbe7e61
--- /dev/null
+++ b/fake_home/vim_templates/skeleton.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+ Wow, the title of the new website
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hello, world!
+ This is the beginning of a beautiful new website.
+
+
diff --git a/fake_home/vim_templates/skeleton.sh b/fake_home/vim_templates/skeleton.sh
new file mode 100755
index 0000000..9f3f770
--- /dev/null
+++ b/fake_home/vim_templates/skeleton.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Hello, world!"