Advertisement
wetyukmnbxc

Untitled

Mar 13th, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Sure, here is an example of a program written in C# to show the current datetime:
  2.  
  3. using System;
  4.  
  5. public class Program
  6. {
  7. public static void Main()
  8. {
  9. Console.WriteLine("The current datetime is: {0}", DateTime.Now);
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement