File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
exercises/practice/intergalactic-transmission Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 21612161 " bitstrings" ,
21622162 " case" ,
21632163 " enum" ,
2164- " if" ,
2164+ " if" ,
21652165 " pattern-matching" ,
21662166 " recursion" ,
21672167 " tail-call-recursion" ,
Original file line number Diff line number Diff line change 44 ],
55 "files" : {
66 "solution" : [
7- " lib/intergalactic_transmission .ex"
7+ " lib/transmission .ex"
88 ],
99 "test" : [
10- " test/intergalactic_transmission_test .exs"
10+ " test/transmission_test .exs"
1111 ],
1212 "example" : [
1313 " .meta/example.ex"
Original file line number Diff line number Diff line change 11defmodule Transmission do
2- import Bitwise
32
43 @ doc """
54 Return the transmission sequence for a message.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ defmodule IntergalacticTransmission.MixProject do
33
44 def project do
55 [
6- app: :intergalactic_transmission ,
6+ app: :transmission ,
77 version: "0.1.0" ,
88 # elixir: "~> 1.8",
99 start_permanent: Mix . env ( ) == :prod ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments