mirror of
https://github.com/github/codeql.git
synced 2026-03-05 23:26:51 +01:00
17 lines
170 B
C#
17 lines
170 B
C#
using System;
|
|
using System.Web;
|
|
|
|
namespace LeftoverDebugCode
|
|
{
|
|
class Test
|
|
{
|
|
|
|
public static void Main(string[] args) // BAD
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|