Skip to content

Instantly share code, notes, and snippets.

@m1irka
Created October 23, 2024 09:36
Show Gist options
  • Select an option

  • Save m1irka/bd88ff1f9987acbfbf1c37ebfb18472c to your computer and use it in GitHub Desktop.

Select an option

Save m1irka/bd88ff1f9987acbfbf1c37ebfb18472c to your computer and use it in GitHub Desktop.
#incude <iostream>
using namespace std;
int main(){
int x = 10;
cout << x;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment