test: workflow

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-10-20 22:08:37 +03:00
parent cfbb7e5198
commit 24a181c856

View file

@ -4,7 +4,7 @@ use std::net::{TcpListener, TcpStream};
use std::io::{Read, Write, self, BufWriter, BufReader, BufRead};
use std::env::{self};
//
const BUFFER_SIZE:u64 = 100000;
struct FileInfo
{