Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created September 7, 2019 17:04
Embed
What would you like to do?
string numbers = "";
for (int i = 0; i < 1000; i++) {
numbers += i;
}
return numbers;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment