Skip to content
Snippets Groups Projects
main.c 57 B
Newer Older
  • Learn to ignore specific revisions
  • int f()
    {
        return 0;
    }
    int main()
    {
        return f();
    }