Skip to content

Instantly share code, notes, and snippets.

@PoetaKodu
Last active May 27, 2019 20:57
Show Gist options
  • Save PoetaKodu/483e03b3af2a5420645862cf39ff2bba to your computer and use it in GitHub Desktop.
Save PoetaKodu/483e03b3af2a5420645862cf39ff2bba to your computer and use it in GitHub Desktop.
Pierwszy program w C++.
#include <iostream>
int main()
{
std::cout << "Witaj swiecie!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment