HOME | DD

ZeroElements — Code Poem: God's Interface
Published: 2011-01-14 03:57:19 +0000 UTC; Views: 233; Favourites: 3; Downloads: 2
Redirect to original
Description
// god's simple interface in PHP
interface God_Interface {
    public function wrath();
    public function judgement();
    public function salvation();
    public function enslavement();
    public function destroy();
    public function invisible();
}
Related content
Comments: 4

Elendurwen [2012-01-18 08:28:58 +0000 UTC]

lol

👍: 0 ⏩: 1

ZeroElements In reply to Elendurwen [2012-01-23 15:24:46 +0000 UTC]

👍: 0 ⏩: 0

Fenchurch-St [2011-01-31 20:59:48 +0000 UTC]

function error; does not compete

👍: 0 ⏩: 1

ZeroElements In reply to Fenchurch-St [2011-02-01 01:44:17 +0000 UTC]


Segmentation fault; core dump


👍: 0 ⏩: 0