Imports SystemPublic Class TestPublic Shared Sub Main()Dim s as string = ""dim i as integerFor i = 1 to 8s &= "hi"nextConsole.writeline(s)End subEnd Class
Standard input is empty
hihihihihihihihi
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!