From 483d63fa7249ad8d6020680c48c3cf6df35010b3 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 26 Apr 2017 16:37:39 +0200 Subject: Moved all C++ files into CPP folder --- cpp/Es6.cpp | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 cpp/Es6.cpp (limited to 'cpp/Es6.cpp') diff --git a/cpp/Es6.cpp b/cpp/Es6.cpp new file mode 100644 index 0000000..9907eb9 --- /dev/null +++ b/cpp/Es6.cpp @@ -0,0 +1,38 @@ +#include +#include +using namespace std; +/* run this program using the console pauser or add your own getch, system("pause") or input loop */ + +int main(int argc, char** argv) { + int v=5; + int matrice[v][v]; + for (int i=0;i