From 6abe63d232696a2805eaa6c44e4f773ad96aa7a8 Mon Sep 17 00:00:00 2001 From: kballou Date: Thu, 16 Nov 2017 22:31:52 -0700 Subject: octonetcat: initial commit --- lib/octonetcat.ex | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/octonetcat.ex (limited to 'lib/octonetcat.ex') diff --git a/lib/octonetcat.ex b/lib/octonetcat.ex new file mode 100644 index 0000000..4c46efc --- /dev/null +++ b/lib/octonetcat.ex @@ -0,0 +1,5 @@ +defmodule OctoNetcat do + @moduledoc """ + Octo Netcat demo application + """ +end -- cgit v1.2.1