Código
#!usr/bin/ruby #Funcion savefile() #Coded By Doddy H def savefile(file,text) save = File.open(file, "a") save.puts text+"\n" save.close end savefile("test.txt","probando") #The End ?
|
|||
Tema destacado: (TUTORIAL) Aprende a emular Sentinel Dongle By Yapis |
|
|