12 lines
125 B
C++
12 lines
125 B
C++
|
|
#include <ctype.h>
|
|
#include <string.h>
|
|
#include <iostream.h>
|
|
#include <math.h>
|
|
|
|
main () {
|
|
|
|
cout << "hello world";
|
|
|
|
}
|