Guest User

Untitled

a guest
Mar 25th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.45 KB | None | 0 0
  1. '
  2. ' Created by SharpDevelop.
  3. ' User: Einlander
  4. ' Date: 3/25/2015
  5. ' Time: 4:11 AM
  6. '
  7. ' To change this template use Tools | Options | Coding | Edit Standard Headers.
  8. '
  9.  
  10.  
  11. Module Module1
  12.     Sub Main() 
  13.         Console.OutputEncoding = System.Text.Encoding.UTF8 ' Set the consoles output codepage
  14.         Console.Write("Session.Command /echo 野々原ゆずこさん誕生日おめでとうございます!") ' Write Some text to ourself    
  15.     End Sub
  16. End Module
Advertisement
Add Comment
Please, Sign In to add comment