Topgrading: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
*[[Linus Torvalds]] - Linux
*[[Linus Torvalds]] - Linux


 
<html>
<syntaxhighlight lang="cpp">
<syntaxhighlight lang="cpp">
#include <iostream>
#include <iostream>
Line 15: Line 15:
   return 0;
   return 0;
}</syntaxhighlight>
}</syntaxhighlight>
</html>

Revision as of 21:02, 10 December 2016

Industrial Robot

  • Thor robotic arm, CC-BY-SA.

Software

#include int m2 (int ax, char *p_ax) { std::cout <<"Hello World!"; return 0; }