Skip to content
Snippets Groups Projects
calc.hpp 69 B
Newer Older
Jacek Galowicz's avatar
Jacek Galowicz committed
#pragma once

#include <string>

int evaluate(const std::string &s);