Add image of sample code in README.md

This commit is contained in:
Sam Vervaeck 2022-09-10 14:35:18 +02:00
parent 457d06b487
commit 15f87ecc67

View file

@ -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