oca-dms/odoo-bringout-oca-dms-dms/dms/test/code05.cs
Ernad Husremovic ae2c6775ba Add oca-dms submodule with 10 DMS modules
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 17:46:17 +02:00

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!");
}
}