Skip to content
Snippets Groups Projects
Commit 3ea22058 authored by Fabio Vandewaeter's avatar Fabio Vandewaeter
Browse files

tp3

parent 863433b8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment