From ccc30e70c3f65a31069925fa46ef554ca2e9e0ff Mon Sep 17 00:00:00 2001
From: Farid Alijani <farid.alijani@student.lut.fi>
Date: Tue, 31 May 2016 22:44:57 +0200
Subject: [PATCH] compile file ubuntu

---
 compile_ubuntu.txt | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 compile_ubuntu.txt

diff --git a/compile_ubuntu.txt b/compile_ubuntu.txt
new file mode 100644
index 00000000..b7d87715
--- /dev/null
+++ b/compile_ubuntu.txt
@@ -0,0 +1,5 @@
+ // ----- How to Compile and run c++ file in Ubuntu ------ //
+ 
+ To compile your c++ code, use:
+ 
+ g++ -o output foo.cpp
-- 
GitLab