mffs.c 122 B

1234567891011
  1. #include <stdio.h>
  2. #include <stdint.h>
  3. #include <cJSON.h>
  4. int main() {
  5. printf("Hello, World!\n");
  6. return 0;
  7. }