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