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: AIO elhacker.NET 2021 Compilación herramientas análisis y desinfección malware |
|
|