Skip to content

Instantly share code, notes, and snippets.

View RajdeepThakare's full-sized avatar
😎
Chilling

Ravi RajdeepThakare

😎
Chilling
View GitHub Profile
@RajdeepThakare
RajdeepThakare / keybase.md
Created September 10, 2020 03:26
keybase proof

Keybase proof

I hereby claim:

  • I am rajdeepthakare on github.
  • I am rajdeep_thakare (https://keybase.io/rajdeep_thakare) on keybase.
  • I have a public key ASAq6upQ7qOEe6l6hh0hUq9yFgY6H33jYgEM0sKNf9w-2Qo

To claim this, I am signing this object:

@RajdeepThakare
RajdeepThakare / Project1.cpp
Created January 4, 2018 13:05
My First C++ program /"i am new to programming world!!"...
#include <iostream>
using namespace std;
int main ()
{
cout << "my first program";
getch ();
return 0;
}