Skip to content

Instantly share code, notes, and snippets.

@relrod
Created December 7, 2009 17:39
Show Gist options
  • Save relrod/250956 to your computer and use it in GitHub Desktop.
Save relrod/250956 to your computer and use it in GitHub Desktop.
// Fufills ( http://rosettacode.org/wiki/File_Size ) in Pike.
import Stdio;
int main(){
write(file_size("input.txt") + "\n");
write(file_size("/input.txt") + "\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment