Files

8 lines
145 B
C
Raw Permalink Normal View History

2025-03-16 14:09:18 +01:00
#include <stdio.h>
#include "utils!.h"
int main() {
printf("Program with special characters started!\n");
print_hello();
return 0;
}