Skip to content

Commit 6bfb5f8

Browse files
committed
cake or death
0 parents  commit 6bfb5f8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

cake_or_death.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package c
2+
3+
func CakeOrDeath() string {
4+
return "cake, please"
5+
}

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/liggitt/c
2+
3+
go 1.12

0 commit comments

Comments
 (0)