Skip to content

Instantly share code, notes, and snippets.

@chochos
Created January 12, 2012 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chochos/1602219 to your computer and use it in GitHub Desktop.
Save chochos/1602219 to your computer and use it in GitHub Desktop.
NSFW Scala graffiti
object D extends App {
implicit def =====(x:Int)={
print(x)
print("=====D")
D
}
def apply(f1: => Unit)(f2: => Unit)={
f1
f2
println()
8
}
def * {
print("(*)")
}
8=====D(*)(*)
}
@benek
Copy link

benek commented Jan 14, 2012

WTF!!!! jajajaja

@thegeekinside
Copy link

jajaja... Russian?... :-D

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