From db70ae2fba544f27ca70325aaf15fcef7d2ab8a0 Mon Sep 17 00:00:00 2001 From: Pardeep Bhatt Date: Sat, 26 Sep 2020 01:22:50 +0530 Subject: [PATCH] checking for github actions --- dynamic_programming/cut_rod.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/dynamic_programming/cut_rod.cpp b/dynamic_programming/cut_rod.cpp index 596e54d19..9513e487e 100644 --- a/dynamic_programming/cut_rod.cpp +++ b/dynamic_programming/cut_rod.cpp @@ -16,7 +16,6 @@ * * @author [Anmol](https://github.com/Anmol3299) * @author [Pardeep](https://github.com/Pardeep009) - * */ #include