diff --git a/analyzer-comments/elixir/captains-log/use_erlang.md b/analyzer-comments/elixir/captains-log/use_erlang.md new file mode 100644 index 000000000..2277292c6 --- /dev/null +++ b/analyzer-comments/elixir/captains-log/use_erlang.md @@ -0,0 +1,3 @@ +# Use an Erlang function + +One purpose of this exercise is to teach how to use Erlang libraries. Format the date using them. \ No newline at end of file diff --git a/analyzer-comments/elixir/captains-log/use_io_lib.md b/analyzer-comments/elixir/captains-log/use_io_lib.md deleted file mode 100644 index 7074fdc94..000000000 --- a/analyzer-comments/elixir/captains-log/use_io_lib.md +++ /dev/null @@ -1,3 +0,0 @@ -# Use `:io_lib` - -One purpose of this exercise is to teach how to use Erlang libraries. Format the date using the `:io_lib` module from Erlang. \ No newline at end of file