aboutsummaryrefslogtreecommitdiffstats
path: root/bacon.c
diff options
context:
space:
mode:
Diffstat (limited to 'bacon.c')
-rw-r--r--bacon.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/bacon.c b/bacon.c
new file mode 100644
index 0000000..b7ed73e
--- /dev/null
+++ b/bacon.c
@@ -0,0 +1,5 @@
+#include <beer.h>
+
+main () {
+ beer("drink");
+}