From 821deef825b9d9e8147c06106ef6e510254175d4 Mon Sep 17 00:00:00 2001 From: Deekshith19 <56424454+Deekshith19@users.noreply.github.com> Date: Sat, 31 Oct 2020 08:48:25 -0700 Subject: [PATCH] Create first_file --- first_file | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 first_file diff --git a/first_file b/first_file new file mode 100644 index 0000000..3de4624 --- /dev/null +++ b/first_file @@ -0,0 +1,5 @@ +#include +void main() +{ +print("This is my first file"); +}