feat: implement first task as file

This commit is contained in:
0xalivecow 2024-10-18 20:28:30 +02:00
parent 27acd0a531
commit 64fe182fc3
No known key found for this signature in database
9 changed files with 70 additions and 19 deletions

View file

@ -1,2 +1,2 @@
mod parse;
mod poly;
pub mod parse;
pub mod poly;