Difference between revisions of "Test"

From www.coria-cfd.fr
Jump to: navigation, search
(Created page with "<math>m_{\frac k {\sqrt 2}}</math> <syntaxhighlight lang="cpp"> #include <iostream> int main() { std::cout << "hello" << std::endl; exit(0); } </syntaxhighlight>")
(No difference)

Revision as of 17:26, 22 December 2010

 #include <iostream>
 int main() {
  std::cout << "hello" << std::endl;
  exit(0);
 }