Update README.md

This commit is contained in:
Alberto Venturini 2024-09-01 18:02:37 +02:00 committed by GitHub
parent 077879a2cc
commit 517b6e0070
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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