Files

5 lines
66 B
C++

#pragma once
#include <string>
int strToInt(std::string number);