Skip to content
marcoaccame edited this page Sep 16, 2015 · 6 revisions

Welcome to the icub-firmware wiki!

here is some text.

here is some code:

// comment
int n = 10;
for(int i=0; i<n; i++) { n--;}
Clone this wiki locally