From a1cd488c98a7e8dbd4357448c925b3770dc56aa2 Mon Sep 17 00:00:00 2001 From: John Tromp Date: Fri, 20 May 2016 13:49:24 -0400 Subject: [PATCH] Create BLC.Blc Hello world in Binary Lambda Calculus, as explained in http://www.ioccc.org/2012/tromp/hint.html --- b/BLC.Blc | 1 + 1 file changed, 1 insertion(+) create mode 100644 b/BLC.Blc diff --git a/b/BLC.Blc b/b/BLC.Blc new file mode 100644 index 00000000..ade68f93 --- /dev/null +++ b/b/BLC.Blc @@ -0,0 +1 @@ + Hello, world