Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Write-entire-file/Scala/write-entire-file.scala
Normal file
10
Task/Write-entire-file/Scala/write-entire-file.scala
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import java.io.{File, PrintWriter}
|
||||
|
||||
object Main extends App {
|
||||
val pw = new PrintWriter(new File("Flumberboozle.txt"),"UTF8"){
|
||||
print("My zirconconductor short-circuited and I'm having trouble fixing this issue.\nI researched" +
|
||||
" online and they said that I need to connect my flumberboozle to the XKG virtual port, but I was" +
|
||||
" wondering if I also needed a galvanized tungsten retrothruster array? Maybe it'd help the" +
|
||||
" frictional radial anti-stabilizer vectronize from the flumberboozle to the XKG virtual port?")
|
||||
close()}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue