From 15f87ecc6792b6ebe580d60cffa77a3420b31128 Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Sat, 10 Sep 2022 14:35:18 +0200 Subject: [PATCH] Add image of sample code in README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index f79654ee9..52b59d903 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,7 @@ Bolt 💬 Got some questions or feedback? Just open an issue and we'll be glad to respond! -``` -let fac = match. - 1 | 0 => 1, - k => k * fac (k-1) -``` +![sample code](https://github.com/boltlang/bolt/blob/master/preview-fac.png?raw=true) Bolt is a new strictly-evaluated functional programming language in the making that aims to make writing complex applications dead-simple. It ships with some