Skip to content

Instantly share code, notes, and snippets.

@pparadis
Created April 26, 2016 10:46
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 pparadis/d6f115dc6f61c54d15a4681b9e6d6a32 to your computer and use it in GitHub Desktop.
Save pparadis/d6f115dc6f61c54d15a4681b9e6d6a32 to your computer and use it in GitHub Desktop.
Horror
foreach (var r in registrations)
{
if ((count++) % 10 == 0);
Console.Write("\r{0} %", Math.Round((double)count / registrations.Count * 100d));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment