6 lines
72 B
QBasic
6 lines
72 B
QBasic
Attribute VB_Name = "Main"
|
|
sub main ()
|
|
debug.print "just here"
|
|
end sub
|
|
|