Movies as code
Home
Genres
Top Posts
All Movies
Top Geeks
Submit
Created by
Ben Howdle of
Fantastic four
Wednesday, April 4th, 2012 at 11:03 pm |
Science Fiction
| by
Emanuele Granucci
<?php
function
fantastic
(
$n
)
{
if
(
$n
==
4
)
return
true
;
else
return
false
;
}
?>
Vote up this code
0