Skip to content

Instantly share code, notes, and snippets.

@TheFarmingBunny
Created April 6, 2019 19:27
Show Gist options
  • Save TheFarmingBunny/9a81c38c29f27901adfaa7b5b3deb740 to your computer and use it in GitHub Desktop.
Save TheFarmingBunny/9a81c38c29f27901adfaa7b5b3deb740 to your computer and use it in GitHub Desktop.
for (Double i = -10; i <= 10; i += 0.5) {
System.Console.WriteLine(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment