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