oca-technical/odoo-bringout-oca-dms-dms/dms/test/code04.cc
2025-08-29 15:43:03 +02:00

13 lines
199 B
C++

/*
*
* Copyright 2017-2019 MuK IT GmbH
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
*
*/
#include <iostream>
int main()
{
std::cout << "Hello, world!\n";
return 0;
}