euler_ex/problems/lib/euler.ex

6 lines
71 B
Elixir

defmodule Euler do
def f() do
IO.puts("Hello, world")
end
end