Skip to content
Snippets Groups Projects
declaration.c 75 B
Newer Older
  • Learn to ignore specific revisions
  • chrg's avatar
    chrg committed
    int printf(const char *, ...);
    
    int main () {
      printf("Hello, World!");
    }