Answers for "how to run elixir script in cmd"

0

how to run elixir script in cmd

defmodule MyTestScript do

  def say_hi do
    IO.puts "Hello!"
  end

end

MyTestScript.say_hi
Posted by: Guest on March-31-2022

Code answers related to "how to run elixir script in cmd"

Browse Popular Code Answers by Language