Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. using System;
  2.  
  3. namespace ConsoleApp
  4. {
  5. class Program1
  6. {
  7. static void Main(string[] args)
  8. {
  9. Console.Write("1");
  10. }
  11. }
  12.  
  13. class Program2
  14. {
  15. static void Main(string[] args)
  16. {
  17. Console.Write("2");
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement