Welcome to my new blog!
namespace Delegate.Blog
{
public class Program
{
bool IsAlive => true;
[STAThread]
static void Main(string[] args)
{
while(IsAlive)
System.Console.WriteLine("Write Blog");
}
}
}
Comments
Rene Karmus-Grundner 7 Oct 2020 19:11
The new design is awesome 😍
Manuel Grundner 7 Oct 2020 19:30
Thank you 💚
Thank you
Your comment will appear in a few minutes.
Rene Karmus-Grundner 7 Oct 2020 19:18
🙌
Thank you
Your comment will appear in a few minutes.
Thank you
Your comment will appear in a few minutes.