Added solution for AoC 2022/3, in python and in rust
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -2,6 +2,8 @@ use std::fs::File;
|
||||
use std::io::{Read, Write};
|
||||
use std::path::Path;
|
||||
use tracing::{debug, info};
|
||||
|
||||
pub mod cli;
|
||||
|
||||
pub fn create_file(path: &Path, content: String) {
|
||||
info!("Creating file");
|
||||
|
||||
Reference in New Issue
Block a user