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: 8ba616ea24219b0d935afc3618130085de197365 (plain) (tree)
1
2
3
4



                       
class Example {
   	int c = 2;
    int a =1, b =2, d;
}

Back to the top