Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
12
dms/test/code03.c
Normal file
12
dms/test/code03.c
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
*
|
||||
* 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");
|
||||
}
|
||||
Reference in New Issue
Block a user