From b43e802a09c0e295babc445d5a9e789bce814bfb Mon Sep 17 00:00:00 2001 From: sangharakshit99 <56781855+sangharakshit99@users.noreply.github.com> Date: Thu, 31 Oct 2019 21:03:43 +0530 Subject: [PATCH] Create hkhikug --- hkhikug | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hkhikug diff --git a/hkhikug b/hkhikug new file mode 100644 index 00000000..6c485fc9 --- /dev/null +++ b/hkhikug @@ -0,0 +1,8 @@ +#include +using namespace std; +int main() +{ +cout<<"Hello world sangu"; + +return 0; +}