taskwarrior/cmake/CMakeRust/hello_world/hello.c
2023-04-27 19:18:10 -04:00

6 lines
No EOL
73 B
C

#include "test_lib.h"
int main(int argc, char* argv[]) {
hello();
}