File: 1.cpp

package info (click to toggle)
pandoc-include 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: xml: 488; python: 456; ansic: 52; makefile: 17; cpp: 5
file content (7 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
int main() {
    // Start
    int a = 1;
    int b = 2;
    // End
    return 0;
}