PHP, 82 29 24 2929 28 characters
<?=strrev(fread(STDIN,10002e9)); 82 -> 29: The new line character is preserved when reversed with strrev.
29 -> 24: Uses the shortcut syntax now
24 -> 29: Now reads all lines instead of a single line