From 8d61625e0482039a7f779e0fda661d7741bbcff1 Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Wed, 19 Apr 2023 15:06:52 +0100 Subject: [PATCH] docs(stock-exchange-sim): clarify the project is open language --- subjects/stock-exchange-sim/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subjects/stock-exchange-sim/README.md b/subjects/stock-exchange-sim/README.md index 66986ffc4..cf184d5e6 100644 --- a/subjects/stock-exchange-sim/README.md +++ b/subjects/stock-exchange-sim/README.md @@ -10,6 +10,8 @@ You will also have to create a second small checker program. You have to create at least two process file of your own, that is not a copy/paste of the ones provided. +> For this project you may use any compiled language (like C, Rust, Go or other). + ### Introduction You may have already seen a project in which all tasks are linked, according to their respective dependencies and restrictions.