Advertisement
drakon-firestone

Untitled

Oct 20th, 2024
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. namespace TUTAJ_NAZWA_PROJEKTU
  2. {
  3. class Program
  4. {
  5. static void Main()
  6. {
  7. Console.WriteLine("Hello");
  8. Console.ReadKey();
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement