File: check_std.cpp

package info (click to toggle)
lincvs 1.4.0-2
  • links: PTS
  • area: non-free
  • in suites: sarge
  • size: 7,368 kB
  • ctags: 4,405
  • sloc: cpp: 36,167; ansic: 282; makefile: 86; sh: 51; xml: 19
file content (7 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#include <iostream>

int main()
{
  std::cout << "Hello World" << std::endl;
  return 0;
}