Skip to content

Instantly share code, notes, and snippets.

@SteelPh0enix
Created July 2, 2017 08:18
Show Gist options
  • Select an option

  • Save SteelPh0enix/043d9523d363eed0875b5e70f38cd068 to your computer and use it in GitHub Desktop.

Select an option

Save SteelPh0enix/043d9523d363eed0875b5e70f38cd068 to your computer and use it in GitHub Desktop.
#include <iostream>
int main() {
int user_data;
std::cin >> user_data;
std::cout << "You have entered " << user_data << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment