mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
9 lines
135 B
C#
9 lines
135 B
C#
using System.Collections;
|
|
|
|
public class MyClass1
|
|
{
|
|
public void HelloWorld()
|
|
{
|
|
Console.WriteLine("Hello World");
|
|
}
|
|
} |