Add image of sample code in README.md
This commit is contained in:
parent
457d06b487
commit
15f87ecc67
1 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
```
|
||||

|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue