blob: a9439bbf8a54fd12e58ce17dda10b22db31921c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/**
Sat Oct 26 07:03:28 AM CEST 2024
(C) EL Mahrouss Logic.
*/
#pragma once
#include <cstdint>
#include <iostream>
#include <fstream>
#include <string>
#include <cstring>
#include <sstream>
#include <filesystem>
|