MatthewCollins

User Name

Jan 12th, 2021 (edited)
696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.14 KB | None | 0 0
  1. Imports System
  2.  
  3. Module Program
  4.     Sub Main(args As String())
  5.         Console.WriteLine(Environment.UserName)
  6.     End Sub
  7. End Module
Add Comment
Please, Sign In to add comment