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
Dumping object(RootObject)
Address : 3rd Floor MPZ.
Date : 03/26/2021
Food : Kadala curry
Gadgets : [
{
Name : Ipad
},
{
Name : Ipod
}
]
Name : This is Default Name
Ipad
Ipod
Address : 3rd Floor MPZ.
Date : 03/26/2021
Food : Kadala curry
Gadgets : [
{
Name : Ipad
},
{
Name : Ipod
}
]
Name : This is Default Name
Ipad
Ipod