Files
util.nix/package/c/hmpl/libhmpl.c
2025-03-21 01:53:02 +00:00

9 lines
104 B
C

#include <stdio.h>
#include "libhectic.h"
int main(void) {
raise_info("hello world");
return 0;
}