Skip to content
Snippets Groups Projects
b.c 102 B
Newer Older
  • Learn to ignore specific revisions
  • KosmX's avatar
    KosmX committed
    #include<stdio.h>
    #include "a.h"
    
    
    int main(int argc, char const *argv[])
    {
    
    KosmX's avatar
    KosmX committed
        hw();
    
    KosmX's avatar
    KosmX committed
        return 0;
    }