From 59e16e508eb016b549beede8d9a153aad1513e17 Mon Sep 17 00:00:00 2001 From: nprimo Date: Wed, 24 Jan 2024 10:23:12 +0100 Subject: [PATCH] feat(guess-it-1): update testing infra provided --- subjects/guess-it-1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/guess-it-1/README.md b/subjects/guess-it-1/README.md index 34b554e3..bc5915e8 100644 --- a/subjects/guess-it-1/README.md +++ b/subjects/guess-it-1/README.md @@ -66,9 +66,9 @@ Here is a following example of the script, assuming that the program is called ` node ./student/solution.js ``` -You can choose in which language you want to build your program. +You can choose one of the following languages to build your program: golang, JS, rust, python. -If you fail one of these steps, the test will not work. So we advise you to run the test by downloading [this zip file](https://assets.01-edu.org/guess-it/guess-it.zip) containing the tester. You should place the `student/` folder in the root directory of the items provided and read its instructions. The data sets used to test this exercise will be `Data 1`, `Data 2` and `Data 3`. +If you fail one of these steps, the test will not work. So we advise you to run the test by downloading [this zip file](https://assets.01-edu.org/guess-it/guess-it-dockerized.zip) containing the tester. You should place the `student/` folder in the root directory of the items provided and read its instructions. The data sets used to test this exercise will be `Data 1`, `Data 2` and `Data 3`. This project will help you learn about: