Test

From www.coria-cfd.fr
Revision as of 17:26, 22 December 2010 by Coria (Talk | contribs) (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>")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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