mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 08:52:06 +02:00
12 lines
182 B
C
12 lines
182 B
C
/*
|
|
*
|
|
* Copyright 2017-2019 MuK IT GmbH
|
|
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
*
|
|
*/
|
|
#include <stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
printf("hello, world\n");
|
|
}
|