Topgrading

From Open Source Ecology
Revision as of 21:02, 10 December 2016 by Marcin (talk | contribs)
Jump to navigation Jump to search

Industrial Robot

  • Thor robotic arm, CC-BY-SA.

Software


<syntaxhighlight lang="cpp">

  1. include <iostream>

int m2 (int ax, char *p_ax) {

 std::cout <<"Hello World!";
 return 0;

}</syntaxhighlight>