Código
#!usr/bin/ruby #Funcion speak() #Coded by Doddy H require "win32ole" def speak(text) test = WIN32OLE.new("SAPI.Spvoice") test.Speak(text) end speak("Hi stupid ,i like fuck your mother") #The End ?
|
|||
|
Tema destacado: Trabajando con las ramas de git (tercera parte) |
|
|