6
0
mirror of https://github.com/avast/ioc synced 2024-07-05 09:31:48 +00:00
ioc-collection/VB-Research/firstTest/Module1.bas

10 lines
128 B
QBasic
Raw Normal View History

2021-05-19 11:26:37 +00:00
Attribute VB_Name = "Module1"
Sub Main()
End Sub
Function add(ByVal x As Long) As Long
add = x + 1
End Function