aetos / My First Post

Created Thu, 16 Apr 2026 18:13:39 +0900 Modified Sun, 19 Apr 2026 05:08:17 +0900
15 Words

👋 Hello, world!

class Program
{
  static void Main(string[] args)
  {
    Console.WriteLine("Hello, World!");
  }
}
image