1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-02 16:12:39 +00:00
hacktoberfest-2018/code/lokesh.purs
2018-10-08 22:01:15 +05:30

4 lines
70 B
Plaintext

import Prelude
import Effect.Console (log)
main = log("Hello World!")