Create README.md

This commit is contained in:
Alberto Venturini 2024-09-01 17:06:50 +02:00 committed by GitHub
parent 59de67963d
commit 077879a2cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
README.md Normal file
View file

@ -0,0 +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.
I'm using these problems as a way to learn Nim, so some of the code may not be idiomatic.