From d8bf128eb9024ac452830a3fe100269a1d8b9c87 Mon Sep 17 00:00:00 2001 From: MaiaVictor Date: Tue, 21 May 2019 17:59:47 -0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 3fb7bba..9b5f386 100644 --- a/Home.md +++ b/Home.md @@ -4,7 +4,7 @@ Formality-Core (FMC) is a minimal, efficient functional programming language des ```javascript // Sums all numbers from 0 to 2^8 in parallel -// Using `map_reduce` from https://gist.github.com/MaiaVictor/30a57b32c5eb9b4d11732adb84ff9baa +// Using `map_reduce` from http://tiny.cc/fmc_map_reduce def main: let lim = ~8 let map = [x] {x * 2}