Introduction
Statistics
Contact
Development
Disclaimer
Help
thello.B.cpp - numeric - C++ library with numerical algorithms
git clone git://src.adamsgaard.dk/numeric
Log
Files
Refs
LICENSE
---
thello.B.cpp (64B)
---
1 #include <iostream>
2
3 void hello()
4 {
5 std::cout << "Hello, ";
6 }