3 lines
94 B
C++
3 lines
94 B
C++
#pragma once
|
|
#include <string>
|
|
void unzip(const std::string& source, const std::string& dest); |