This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* | |
* Copyright (C) 2010 - Arief M Utama <[email protected]> | |
* All Rights Reserved. | |
* | |
* Feeds Reader - Multiple feeds reading | |
* | |
* Version: 0.9 | |
* Requirement: PHP >= 5.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
void main(void) | |
{ | |
printf("Hello, me!\n"); | |
exit(0); | |
} |