Advertisement
nonogamer9

another testing message for c#

Feb 23rd, 2024 (edited)
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. using System;
  2. namespace Test
  3. {
  4.     class Program
  5.     {
  6.         static void Main(string [] args)
  7.         {
  8.             Console.WriteLine("this is an test message");
  9.         }
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement