Sha256: 96fbd5d56ca0f603ebbe63e94aef7136a4c84052085df8c5e8d1b951af7f37a0

Contents?: true

Size: 172 Bytes

Versions: 31

Compression:

Stored size: 172 Bytes

Contents

;;; hello-world.el --- Hello World Exercise (exercism)

;;; Commentary:

;;; Code:

(defun hello ()
  "Hello, World!")

(provide 'hello-world)
;;; hello-world.el ends here

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.179 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.178 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.177 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.176 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.175 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.174 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.173 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.172 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.171 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.170 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.169 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.167 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.166 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.165 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.164 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.163 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.162 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.161 tracks/elisp/exercises/hello-world/example.el
trackler-2.2.1.160 tracks/elisp/exercises/hello-world/example.el