HOME | DD
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
ZeroElements In reply to Fenchurch-St [2011-02-01 01:44:17 +0000 UTC]
Segmentation fault; core dump
👍: 0 ⏩: 0








