Guest User

Untitled

a guest
Jun 13th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. using System.Windows.Forms;
  2. public class HelloWorld
  3. {
  4. public static void Main()
  5. {
  6. MessageBox.Show("Hello, World!");
  7. }
  8. }
  9.  
  10. MsgBox("Hello World")
Add Comment
Please, Sign In to add comment