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