Skip to content
Snippets Groups Projects
Select Git revision
  • e06548f106b09ee243ce80f39e06ef0c95c7e93e
  • main default protected
  • simp
3 results

r010.c

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    r010.c 46 B
    int x = 10;
    int main()
    {
        return x + 25;
    }