Skip to content

Instantly share code, notes, and snippets.

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