imports microsoft.visualbasic
Console.WriteLine("Here's 5 random numbers between 1 and 100 lol.")
Dim spook as integer = CInt(Int((100 * Rnd()) + 1))
Dim death as integer = CInt(Int((100 * Rnd()) + 1))
Dim XD as integer = CInt(Int((100 * Rnd()) + 1))
Dim memes as integer = CInt(Int((100 * Rnd()) + 1))
Dim urbadkid as integer = CInt(Int((100 * Rnd()) + 1))
console.writeline(urbadkid)