From b37b728eb1843039c9a625b3c06d4cbec28be867 Mon Sep 17 00:00:00 2001
From: Reshief Luminon <reshief@gmx.net>
Date: Tue, 22 Oct 2019 03:12:25 +0200
Subject: [PATCH] First sample program

---
 src/sample_1.cpp | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 src/sample_1.cpp

diff --git a/src/sample_1.cpp b/src/sample_1.cpp
new file mode 100644
index 0000000..182ed2f
--- /dev/null
+++ b/src/sample_1.cpp
@@ -0,0 +1,10 @@
+#include <iostream>
+
+int main() {
+	using std::cout;
+	using std::endl;
+
+	cout << "Hello physics!" << endl;
+
+	return 0;
+}
\ No newline at end of file
-- 
GitLab