Skip to content
Snippets Groups Projects
Commit 943a2897 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

mise a jour pour les exercices de rust

parent f392240d
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,10 @@
if [ -z ${RUST_CLASS_ROOT+x} ]; then echo "RUST_CLASS_ROOT is unset"; else echo "var is set to '$RUST_CLASS_ROOT'"; fi
if [ -z ${SL_CLASS_ROOT+x} ]; then echo "SL_CLASS_ROOT is unset"; else echo "var is set to '$SL_CLASS_ROOT'"; fi
if [ -z ${MTI_CLASS_ROOT+x} ]; then echo "MTI_CLASS_ROOT is unset"; else echo "var is set to '$MTI_CLASS_ROOT'"; fi
if [ -z ${RUST_EXERCICES_ROOT+x} ]; then echo "RUST_EXERCICES_ROOT is unset"; else echo "var is set to '$RUST_EXERCICES_ROOT'"; fi
## declare classes directories
declare -a arr=("$RUST_CLASS_ROOT" "$SL_CLASS_ROOT" "$MTI_CLASS_ROOT" "$(pwd)")
declare -a arr=("$RUST_CLASS_ROOT" "$SL_CLASS_ROOT" "$MTI_CLASS_ROOT" "$RUST_EXERCICES_ROOT" "$(pwd)")
## now loop through the above array
for i in "${arr[@]}"
......
......@@ -26,6 +26,11 @@ corrige: false
## [Programmation séquentielle en Rust](prog_seq/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/rust)
# Exercices de première année
## TP1 Rust: Nombre secret, [HTML](prog_seq/exercices/nombre_secret/), [PDF](prog_seq/exercices/nombre_secret/index.pdf)
<!-- ## TP2 Rust: Calcul de $\pi$, [HTML](prog_seq/exercices/calcul_pi/), [PDF](prog_seq/exercices/calcul_pi/index.pdf) -->
# Cours de deuxième année
## [Mathématiques en technologie de l'information](mti/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/math_tech_info)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment