This commit is contained in:
JOLIMAITRE Matthieu 2022-09-20 03:08:36 +02:00
commit 8e2a03e3a7
11 changed files with 1045 additions and 0 deletions

3
src/check.rs Normal file
View file

@ -0,0 +1,3 @@
pub fn main(_file: String) {
todo!()
}