
// C code
#include <stdio.h>
#include "header.h"


int main() {
    printf("Hello, User!\n");
    return 0;
}