Revert "test: workflow"

This reverts commit 24a181c856.
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-10-20 22:21:06 +03:00
parent 24a181c856
commit 864140da97

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
{