diff --git a/RES-Timekeeper/Program.cs b/RES-Timekeeper/Program.cs index 871d816..7b811d0 100644 --- a/RES-Timekeeper/Program.cs +++ b/RES-Timekeeper/Program.cs @@ -30,9 +30,28 @@ static void Main() Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); + // add a lot of comments so that the function length is longer than code climat likes + // actually this doesn't work, maybe it needs to be code, as opposed to comments + int a = 0; + a += 1; + a += 1; + a += 1; + a += 1; + a += 1; + a += 1; + a += 1; + a += 1; + a += 1; + a += 1; + a += 1; + a += 1; + a += 1; + a += 1; + a += 1; + // it looks like this line could be deleted, but it is required for some reason. // If you don't have, the icon doesn't appear in the system tray - new MainForm(); + new MainForm(); Application.Run(); } }