For my homework (and a little side project I'm doing), I need to find out how to 'loop' a program in VB.NET.

What I mean by looping is:

Program starts ()
Doing stuff()
Program ends ()

But what I want to do is loop the program so when it ends it goes back to the start.

How is this done in VB.NET?
Any answers would be very much appreciated!