Skip to content

Instantly share code, notes, and snippets.

@richlander
Created July 20, 2015 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richlander/87c3c2e8776679837f9d to your computer and use it in GitHub Desktop.
Save richlander/87c3c2e8776679837f9d to your computer and use it in GitHub Desktop.
VB Static Imports
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