aboutsummaryrefslogtreecommitdiff
path: root/lib/octochat.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/octochat.ex')
-rw-r--r--lib/octochat.ex5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/octochat.ex b/lib/octochat.ex
new file mode 100644
index 0000000..827089e
--- /dev/null
+++ b/lib/octochat.ex
@@ -0,0 +1,5 @@
+defmodule Octochat do
+ @moduledoc """
+ Demonstration application for hot swapping code
+ """
+end