commit 3305201bdd74d68abcfecf611656b46bc86993ce parent 49aa0ce7dfdcaf855d558f6c5829afc4eec46625 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Sun, 14 Sep 2025 20:13:34 +0530 Delete tution-c/P2.c Diffstat:
| D | tution-c/P2.c | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/tution-c/P2.c b/tution-c/P2.c @@ -1,7 +0,0 @@ -//sample code with a new line charecter - -#include<stdio.h> -int main() { - printf("Hello\nworld"); - return 0; -}