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 --- Es6.cpp | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 Es6.cpp (limited to 'Es6.cpp') diff --git a/Es6.cpp b/Es6.cpp deleted file mode 100644 index 9907eb9..0000000 --- a/Es6.cpp +++ /dev/null @@ -1,38 +0,0 @@ -#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