PasteSite.Com

Recent Pastes

Sign Up!

PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...

Change the theme

If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.

1
2
3
4
5
6
7
8
9
10
11
12
13
    Sub Main()
        Main(Environment.GetCommandLineArgs())
    End Sub
 
    Private Sub Main(ByVal args() As String)
        If args Is Nothing OrElse args.Length <> 3 Then
            Console.WriteLine("Syntax error.")
        Else
            If args(0) = "-v" Then
                Console.WriteLine("1.0.0.0")
            End If
        End If
    End Sub

Reply to This Paste

(leave blank to make this paste permanent)
(if set as private)