Skip to content

Instantly share code, notes, and snippets.

@yurivasconcelos
Created March 30, 2017 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yurivasconcelos/ddf82c0285e57d4c5aefd078e49fe0bd to your computer and use it in GitHub Desktop.
Save yurivasconcelos/ddf82c0285e57d4c5aefd078e49fe0bd to your computer and use it in GitHub Desktop.
public IActionResult(){
bool testing = true
while(testing == true){
i=i+1;
break;
}
return i;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment