Skip to content

Commit

Permalink
dd coconut greeting implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
onlurking committed Oct 12, 2018
1 parent 0814284 commit 1849ed1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Coconut/hello.coco
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /usr/bin/env coconut
greet = (thing -> "Hello, {}!".format(thing)
|> print)

greet('World')

0 comments on commit 1849ed1

Please sign in to comment.