File: main.cc

package info (click to toggle)
vte2.91 0.83.90-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,864 kB
  • sloc: cpp: 97,071; ansic: 9,083; python: 3,224; sh: 996; perl: 100; makefile: 93; xml: 27; javascript: 4
file content (6 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
#include <iostream>
#include <string>

extern std::string foo();

int main() { std::cout << foo() << std::endl; }