From 077879a2ccdc150777c632e131843fc2b1aabc62 Mon Sep 17 00:00:00 2001 From: Alberto Venturini Date: Sun, 1 Sep 2024 17:06:50 +0200 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cfed2e3 --- /dev/null +++ b/README.md @@ -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.