// SPDX-License-Identifier: MPL-2.0 #include int main() { printf("hello world from hello_c!\n"); return 0; }