Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogblamecommitdiffstats
blob: 27c01e271ae0d1c0bec232cb784ad21214a03e2b (plain) (tree)
1
2
3
4



                                                               
class Example {
    void foo() {for ( int i = 0,j = 100; i < 10; i++, j-- ) {}
    }
}

Back to the top