mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
13 lines
259 B
C++
13 lines
259 B
C++
--- ./data/templates/files/main.cpp.orig 2019-03-26 14:48:25.307168000 +0200
|
|
+++ ./data/templates/files/main.cpp 2019-03-26 14:48:08.365742000 +0200
|
|
@@ -0,0 +1,9 @@
|
|
+{fileheader}
|
|
+
|
|
+#include <iostream>
|
|
+
|
|
+int main(int argc, char **argv) {
|
|
+
|
|
+ return 0;
|
|
+}
|
|
+
|