Movies as code
Home
Genres
Top Posts
All Movies
Top Geeks
Submit
Created by
Ben Howdle of
Matrix
Wednesday, April 4th, 2012 at 10:25 pm |
Science Fiction
| by
Emanuele Granucci
#define SIZE 4
int
main
(
void
)
{
int
m
[
SIZE
]
[
SIZE
]
;
return
0
;
}
Vote up this code
2