Advertisement
MrCubite

c# program that prints "yeah" and that's it

Dec 3rd, 2021 (edited)
1,384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1. using System;
  2.  
  3. class Program {
  4.     static void Main(string[] args) {
  5.         Console.WriteLine("yeah");
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement