Files
2021-01-24 23:17:03 +08:00

7 lines
99 B
C

#include <stdio.h>
#include "hello.h"
void print_line(const char* str) {
printf("%s\n", str);
}