pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
person check
4 hours ago
node add
4 hours ago
ZonedDateTime
4 hours ago
nid
4 hours ago
lowestCars highestCars
4 hours ago
Entity id
4 hours ago
binkey
4 hours ago
node access
4 hours ago
node comment
4 hours ago
FastCode
4 hours ago
boolean b1
class
Test
{
static
boolean
b1;
public
static
void
main
(
string
[
]
args
)
{
boolean
[
]
array =
new
boolean
[
1
]
;
boolean
b2=
true
;
system
.
out
.
print
(
b1+
","
)
;
system
.
out
.
print
(
array
[
0
]
+
","
)
;
system
.
out
.
print
(
b2
)
;
}
}
Parsed in 0.009 seconds