Edinburgh Speech Tools  2.1-release
program_main.cc
Go to the documentation of this file.
1 #include <cstdio>
2 
3 
4 int main(){
5  std::cout << "hello world" << std:endl;
6  return 0;
7 }
8 
9 /// An example for program_main is shown at \ref program_example
10 
int main()
Definition: program_main.cc:4