mirror of
https://github.com/github/codeql.git
synced 2026-07-05 03:25:31 +02: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
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|