From 6a5c5de7bed5c1632125c63f7273cd38c916f838 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 24 May 2020 06:42:31 +0200 Subject: [PATCH] Delete factorial.cpp --- Math/factorial.cpp | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Math/factorial.cpp diff --git a/Math/factorial.cpp b/Math/factorial.cpp deleted file mode 100644 index 49748fb42..000000000 --- a/Math/factorial.cpp +++ /dev/null @@ -1,18 +0,0 @@ -#include -using namespace std; - -int main() -{ - int n; - cout<<"Enter number = "; - cin>>n; - int num=1; - for(int i=1;i