9 lines
138 B
VB.net
9 lines
138 B
VB.net
for i = 1 to 16
|
|
wscript.stdout.write fb(i) & " "
|
|
next
|
|
wscript.echo
|
|
|
|
for i = 1 to 16
|
|
wscript.stdout.write fb2(i) & " "
|
|
next
|
|
wscript.echo
|