Movies as code
Home
Genres
Top Posts
All Movies
Top Geeks
Submit
Created by
Ben Howdle of
A Dangerous Method
Thursday, April 5th, 2012 at 10:53 pm |
Drama
| by
Brisio
class A{
public A()
{
}
public int dangerous() //method
{
return -1;
}
}
Vote up this code
8