@@ -0,0 +1,7 @@
defmodule Math do
def sum(a, b) do
a + b
end
IO.puts Math.sum(1, 2)
The note is not visible to the blocked user.