johari / prrg.ex

An experiment with prorogues in elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prrg

nima@jubuntu:/tmp/prrg$ mix compile
nima@jubuntu:/tmp/prrg$ mix run example.exs 
def get_header(arg0, arg1) do
  "Nima Johari"
end
def get_header(arg0, arg1) do
  "Prorogues in Elixir"
end
def get_body(arg0) do
  "Nice, huh?"
end
Sample implementation of prorogues
From: Nima Johari
Subject: Prorogues in Elixir
Nice, huh?
nima@jubuntu:/tmp/prrg$ mix run example.exs  2>/dev/null
Sample implementation of prorogues
From: Nima Johari
Subject: Prorogues in Elixir
Nice, huh?
nima@jubuntu:/tmp/prrg$ 

Also see

About

An experiment with prorogues in elixir


Languages

Language:Elixir 100.0%