Skip to content
Snippets Groups Projects
Select Git revision
  • 67a0484e9aa2cf806d32279214759a49714e1fac
  • master default protected
2 results

index.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    r000.c 74 B
    int main()
    {
        int i = 0;
        while (i < 10)
        {
            i++;
        }
    }