5 lines
66 B
C++
5 lines
66 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
int strToInt(std::string number); |