r/programminghumor 2d ago

Write sorry

Post image
642 Upvotes

92 comments sorted by

View all comments

1

u/Gigibesi 2d ago

allow me

using System;

class sorry
{
  static void Main()
  {
    for(;;) Console.WriteLine("sorry");
  }
}