Imports SystemImports Microsoft.VisualBasicModule ExpDemo Sub Main() Console.WriteLine(Math.Exp(100)) End Sub End Module