Skip to content

Instantly share code, notes, and snippets.

@hiroMTB
Created January 9, 2014 08:37
Show Gist options
  • Save hiroMTB/8331169 to your computer and use it in GitHub Desktop.
Save hiroMTB/8331169 to your computer and use it in GitHub Desktop.
//
// class kaze::hacktion
//
function hacktion(int n){
int virus = 0;
for(int i=0; i<n; i++){
virus += 100;
}
return virus;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment