mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
12 lines
153 B
C#
12 lines
153 B
C#
using System;
|
|
|
|
namespace GitHub.CodeQL;
|
|
|
|
class NonPublicClass
|
|
{
|
|
public void noCandidates(String here)
|
|
{
|
|
Console.WriteLine(here);
|
|
}
|
|
}
|