← index
CMakeInfo/test10-tests/test_func.hpp
Source: CMakeInfo/test10-tests/test_func.hpp
#ifndef __TEST_FUNC__H__
#define __TEST_FUNC__H__

#include<iostream>
#include<vector>

int Subtract(int total, std::vector<int> &value);

#endif