diff --git a/main.py b/main.py index 18bf47c..985538a 100644 --- a/main.py +++ b/main.py @@ -15,4 +15,6 @@ if __name__ == "__main__": texto = "Este es un ejemplo de texto." nombre_fichero = "ejemplo.txt" - persistenciaFile.guardar_texto_en_fichero(texto, nombre_fichero) \ No newline at end of file + persistenciaFile.guardar_texto_en_fichero(texto, nombre_fichero) + + \ No newline at end of file