hello world c# csharp console project Ditulis hartoto dinata im tools programmer Rabu, 20 Oktober 2021 Edit hello world c# csharp console project using System; namespace helloCsharp { class Program { static void Main(string[] args) { Console.WriteLine("hello CSharp"); Console.ReadKey(); } } } Bagikan Artikel ini