Created
July 20, 2015 17:43
-
-
Save richlander/87c3c2e8776679837f9d to your computer and use it in GitHub Desktop.
VB Static Imports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Imports System.Console | |
Imports System.Math | |
Imports System.DateOfWeek | |
Module Program | |
Sub Main() | |
WriteLine(Sqrt(3 * 3 + 4 * 4)) | |
WriteLine(Friday - Monday) | |
End Sub | |
End Module |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment