One of the challenges of the second iteration of the German Hacking Championship was a web-based feedback form, written in C#.
The service contained an internal class _Flag_ that we had to leak:
internal class _Flag_ {
internal static string FLAG => "DHM{fake}";
}