From 74059b1d0fbd2240a372b7bb1226051f13b7e7a0 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Thu, 30 Mar 2023 09:44:42 +0200 Subject: [PATCH] updated programming in rust --- archives/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/archives/index.md b/archives/index.md index ec284fa..9328123 100644 --- a/archives/index.md +++ b/archives/index.md @@ -32,8 +32,6 @@ ## Projet: Asteroids concurrents [PDF](https://malaspinas.academy/tp_concurrence/multithreaded_asteroids.pdf), [HTML](https://malaspinas.academy/tp_concurrence/multithreaded_asteroids.html) -## [Programmation séquentielle en Rust](https://malaspinas.academy/prog_seq/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/rust) - # Anciens exercices en C (2019-20) ## Tableaux unidimensionnels, [HTML](https://malaspinas.academy/prog_seq_c_tp/tableaux_unidimensionnels/index.html), [PDF](https://malaspinas.academy/prog_seq_c_tp/tableaux_unidimensionnels/tableaux_unidimensionnels.pdf), [GFX](https://malaspinas.academy/prog_seq_c_tp/tableaux_unidimensionnels/gfx_example.tar.gz) @@ -68,6 +66,10 @@ ## Tests, [HTML](https://malaspinas.academy/prog_seq_c_tp/shortest_path/test.html), [PDF](https://malaspinas.academy/prog_seq_c_tp/shortest_path/test.pdf) +# Programmation séquentielle en Rust (2018-2019) + +* [Slides du cours](https://malaspinas.academy/prog_seq/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/rust) + # Exercices programmation séquentielle en Rust (2018-19) ## TP1 Rust: Nombre secret, [HTML](https://malaspinas.academy/prog_seq/exercices/01_nombre_secret/), [PDF](https://malaspinas.academy/prog_seq/exercices/01_nombre_secret/index.pdf) -- GitLab