File: check_std.cpp

package info (click to toggle)
crossvc 1.5.0-1%2Betch1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 8,116 kB
  • ctags: 4,451
  • sloc: cpp: 37,016; ansic: 328; sh: 216; makefile: 92; 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;
}