From 3ea2205872c793f672f707948a55648b7ac7fb8c Mon Sep 17 00:00:00 2001 From: Vandewaeter Fabio <fabio.vandewaeter.etu@univ-lille.fr> Date: Mon, 17 Mar 2025 17:25:40 +0100 Subject: [PATCH] tp3 --- tp3/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tp3/README.md b/tp3/README.md index 852c5df..674fbd6 100644 --- a/tp3/README.md +++ b/tp3/README.md @@ -358,6 +358,8 @@ where # 3. Long exercise proposal ```rs +use std::io::{BufRead, BufReader, BufWriter, Read, Write}; + trait Game { type Move; type Player: std::fmt::Debug; -- GitLab