File: main.cpp

package info (click to toggle)
zmk 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,132 kB
  • sloc: makefile: 1,749; sh: 313; ansic: 42; awk: 12; cpp: 12
file content (6 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#include <iostream>

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