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

here it is.

highlights for C:

#define N 10
int res = 0;
int j = 0;
for(j=0; j<N; j++) { res += j; }
Clone this wiki locally