Добавлена вторая задача пятой главы
This commit is contained in:
5
Занимательное программирование/5/2_grey/grey.hpp
Normal file
5
Занимательное программирование/5/2_grey/grey.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <filesystem>
|
||||
#include <vector>
|
||||
|
||||
std::vector<std::uint8_t> to_rle(const std::filesystem::path& input);
|
||||
void from_rle(const std::string& input, const std::filesystem::path& output);
|
||||
Reference in New Issue
Block a user