Skip to content
Snippets Groups Projects
r010.c 46 B
Newer Older
  • Learn to ignore specific revisions
  • chrg's avatar
    chrg committed
    int x = 10;
    int main()
    {
        return x + 25;
    }