Files

5 lines
101 B
C

#include <stdio.h>
void print_hello() {
printf("Hello from utils with special characters!\n");
}