mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
14 lines
209 B
C#
14 lines
209 B
C#
using System;
|
|
|
|
namespace Test
|
|
{
|
|
public class Program
|
|
{
|
|
public static int Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello world!");
|
|
return 0;
|
|
}
|
|
}
|
|
}
|