Imports SystemImports Microsoft.VisualBasicModule LogDLogDD Sub Main() Console.WriteLine(Math.Log(123, 2)) End Sub End Module