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.109 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.108 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.107 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.106 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.105 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.104 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.103 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.102 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.101 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.100 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.99 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.98 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.97 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.96 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.95 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.94 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.93 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.92 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.91 tracks/elixir/exercises/hello-world/example.exs
trackler-2.2.1.90 tracks/elixir/exercises/hello-world/example.exs