using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CSharpTutorials
{
class Program
{
static void Main(string[] args)
{
string message = "Hello World!!";
Console.WriteLine(message);
}
}
}| Attribute(s): | Public | |||
| Created: | 13.08.2020 20:55 | Total Views: | 244 | |
| Last Changed: | 13.08.2020 20:56 | Total Changes: | 1 |
Δt = 0.04094386100769s