13
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
var now = DateTime.Now.ToString();
8
var msg = $@"Hello! welcome to newbe.pro at {now}.
9
This is powered By dotnetfiddle.net";
10
11
Console.WriteLine(msg);
12
}
13
}
Cached Result
Hello! welcome to newbe.pro at 05/26/2025 07:56:37.
This is powered By dotnetfiddle.net
This is powered By dotnetfiddle.net