Skip to content

Commit

Permalink
cake or death
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Apr 10, 2019
0 parents commit 6bfb5f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cake_or_death.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package c

func CakeOrDeath() string {
return "cake, please"
}
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/liggitt/c

go 1.12

0 comments on commit 6bfb5f8

Please sign in to comment.