Topgrading: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 7: | Line 7: | ||
*[[Matt Mullenweg]] - wordpress | *[[Matt Mullenweg]] - wordpress | ||
*[[Linus Torvalds]] - Linux | *[[Linus Torvalds]] - Linux | ||
<syntaxhighlight lang="cpp"> | |||
#include <iostream> | |||
int m2 (int ax, char *p_ax) { | |||
std::cout <<"Hello World!"; | |||
return 0; | |||
}</syntaxhighlight> |
Revision as of 21:02, 10 December 2016
Industrial Robot
- Thor robotic arm, CC-BY-SA.
Software
- Magnus Manske - original Mediawiki developer
- Matt Mullenweg - wordpress
- Linus Torvalds - Linux
<syntaxhighlight lang="cpp">
- include <iostream>
int m2 (int ax, char *p_ax) {
std::cout <<"Hello World!"; return 0;
}</syntaxhighlight>