mirror of
https://github.com/mrfluffy-dev/fsorter.git
synced 2026-01-17 02:50:33 +00:00
12 lines
168 B
C++
12 lines
168 B
C++
#include <iostream>
|
|
#include <filesystem>
|
|
#include <string>
|
|
//#include <bits/stdc++.h>
|
|
#include <fstream>
|
|
namespace fs = std::filesystem;
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|