6
0
mirror of https://github.com/avast/ioc synced 2024-06-30 18:51:19 +00:00
ioc-collection/VB-Research/earlyBinding/Module1.bas

10 lines
158 B
QBasic
Raw Permalink Normal View History

2021-05-19 11:26:37 +00:00
Attribute VB_Name = "Module1"
Option Explicit
Sub main()
Dim s As New SpeechLib.SpVoice
Call s.Speak("Early binding is cool")
End Sub