Sha256: 30a1d0bd8381cf11b9fa3f99348f50c97c66cc6d965bd6ee5da1b54addd19b39

Contents?: true

Size: 165 Bytes

Versions: 66

Compression:

Stored size: 165 Bytes

Contents

defmodule HelloWorld do
  @doc """
  Greets the user by name, or by saying "Hello, World!"
  if no name is given
  """
  def hello do
    "Hello, World!"
  end
 end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
trackler-2.2.1.89 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.88 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.87 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.86 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.85 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.84 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.83 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.82 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.81 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.80 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.79 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.78 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.77 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.76 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.75 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.74 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.73 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.72 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.71 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.70 tracks/elixir/exercises/hello-world/example.exs