libnumerixpp  0.1.3
A Powerful C++ Library for High-Performance Numerical Computing
libnumerixpp.hpp
1 #ifndef LIBNUMERIXPP_HPP
2 #define LIBNUMERIXPP_HPP
3 
4 #include <string>
5 
6 #pragma once
7 
13 void println(std::string string);
14 
15 #endif // LIBNUMERIXPP_HPP