Files

5 lines
101 B
C
Raw Permalink Normal View History

2025-03-16 14:09:18 +01:00
#include <stdio.h>
void print_hello() {
printf("Hello from utils with special characters!\n");
}