Files

7 lines
61 B
C
Raw Permalink Normal View History

2025-03-16 14:09:18 +01:00
#ifndef UTILS_H
#define UTILS_H
void print_hello();
#endif