implemented writing to file

This commit is contained in:
2023-02-08 17:33:28 +01:00
parent 135274c9c5
commit 8b074b14b9
2 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
#![feature(file_create_new)]
use clap::Parser;
use crate::ascii_manipulation::*;
use crate::cli::Cli;