Movies as code
Home
Genres
Top Posts
All Movies
Top Geeks
Submit
Created by
Ben Howdle of
E.T. the Extra-Terrestrial
Sunday, March 11th, 2012 at 11:52 am |
Science Fiction
| by
David Amador
int
main
(
)
{
while
(
ShipHasArrived
(
)
==
false
)
{
Entity
::
ET
->
phone_home
(
)
;
}
return
1
;
}
Vote up this code
0