8 lines
145 B
C
8 lines
145 B
C
|
#include <stdio.h>
|
||
|
#include "utils!.h"
|
||
|
|
||
|
int main() {
|
||
|
printf("Program with special characters started!\n");
|
||
|
print_hello();
|
||
|
return 0;
|
||
|
}
|