File: main.cpp

package info (click to toggle)
rocm-cmake 6.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: cpp: 82; python: 33; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 46 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6

void simple();

int main() {
    simple();
}