skip to main content
paste
bin
.ca
type · paste · share
⌘
K
Docs
Sign in
?
All pastes
#2093193
Raw
Copy code
Copy link
Edit
Untitled
public
text
v1 · immutable
#2093193
·
published
2011-11-08 22:07 UTC
Lines
Syntax
Wrap
Stripe
off
dark
light
Mono
Size
13px
Tab
2
4
8
Theme
Follow system
Always dark
Always light
rendered paste body
for (int i=0; i<=29; i++) {
int num = r.Next (0, 26);
list[i] = ((char)('a' + num));
}