12 lines
181 B
C#
Executable file
12 lines
181 B
C#
Executable file
using System;
|
|
|
|
namespace GapiCodegen
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello World!");
|
|
}
|
|
}
|
|
}
|