mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 10:51:59 +02:00
13 lines
231 B
C#
13 lines
231 B
C#
//
|
|
// Copyright 2017-2019 MuK IT GmbH
|
|
// License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
//
|
|
using System;
|
|
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello, world!");
|
|
}
|
|
}
|