6
0
mirror of https://github.com/avast/ioc synced 2024-06-29 18:21:19 +00:00
ioc-collection/VB-Research/firstTest/Module1.bas
2021-05-19 13:26:37 +02:00

10 lines
128 B
QBasic

Attribute VB_Name = "Module1"
Sub Main()
End Sub
Function add(ByVal x As Long) As Long
add = x + 1
End Function