pmaports/main/hello-world/main.c
Luca Weiss a66fed62cc
Format **/*.c with clang-format (!465)
[ci:skip-build]: already built successfully in CI
[ci:skip-vercheck]
2019-06-26 22:36:24 +02:00

7 lines
74 B
C

#include <stdio.h>
int main()
{
printf("hello, world!\n");
return 0;
}