AvariceLHubris 1 ماه پیش
والد
کامیت
f2ad8e8206
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/main.rs

+ 2 - 0
src/main.rs

@@ -5,6 +5,8 @@ use anyhow::{Context, anyhow};
 use clap::Parser;
 use huffman::{cli, hufftree, storage};
 
+// TODO: Add STDIN as input
+
 fn main() -> Result<(), anyhow::Error> {
     let args = cli::Args::parse();