From f9186b63759f7de92adea845b39c7e6a0ca054b5 Mon Sep 17 00:00:00 2001 From: Swathikaaa <73743131+Swathikaaa@users.noreply.github.com> Date: Sat, 31 Oct 2020 17:59:31 +0530 Subject: [PATCH] Create Print --- Print | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Print diff --git a/Print b/Print new file mode 100644 index 0000000..a4fc7d8 --- /dev/null +++ b/Print @@ -0,0 +1,5 @@ +#include +void main () +{ + printf("Welcome to my page"); +}