Files
cdev-1.7.2n/extensions/tclnew/test_cout.cc
2022-12-13 12:44:04 +01:00

12 lines
125 B
C++

#include <ctype.h>
#include <string.h>
#include <iostream.h>
#include <math.h>
main () {
cout << "hello world";
}