Skip to content
Snippets Groups Projects
a.c 80 B
#include<stdio.h>

#include "a.h"

void hw(void){
    printf("Hello world");
}