Skip to content

Instantly share code, notes, and snippets.

@anna-is-cute
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save anna-is-cute/29fc90b865790a1500bc to your computer and use it in GitHub Desktop.
Save anna-is-cute/29fc90b865790a1500bc to your computer and use it in GitHub Desktop.
public
class
IAmDoingItWrong
{
public
static
void
main
(
String
[]
args
)
{
System
.
out
.
println
(
new
StringBuilder
(
)
.
append
(
'H'
)
.
append
(
"e"
)
.
append
(
'l'
)
.
append
(
"l"
)
.
append
(
'o'
)
)
;
}
}
@SZooo
Copy link

SZooo commented Aug 11, 2014

good luck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment