Skip to content

Instantly share code, notes, and snippets.

@piotrga
Created December 29, 2011 10:45
Show Gist options
  • Save piotrga/1533463 to your computer and use it in GitHub Desktop.
Save piotrga/1533463 to your computer and use it in GitHub Desktop.
save to file
val f = new FileWriter("some/file/name.txt")
f.write("My string I want to save")
f.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment