From 517b6e007052ef2a727b504b6c5dcaa5f6f0ac22 Mon Sep 17 00:00:00 2001 From: Alberto Venturini Date: Sun, 1 Sep 2024 18:02:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfed2e3..dba4097 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Solving Rosalind problems with Nim -This repository contains my solutions to [Rosalind](https://rosalind.info/) problems, all written in the Nim programming language. +This repository contains my solutions to [Rosalind](https://rosalind.info/) problems, all written in the [Nim programming language](https://nim-lang.org/). I'm using these problems as a way to learn Nim, so some of the code may not be idiomatic.