Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ```diff
  2. public class Hello
  3. {
  4. public static void Main()
  5. {
  6. - System.Console.WriteLine("Hello, World!");
  7. + System.Console.WriteLine("Rock all night long!");
  8. }
  9. }
  10. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement