Last active
May 27, 2019 20:57
-
-
Save PoetaKodu/483e03b3af2a5420645862cf39ff2bba to your computer and use it in GitHub Desktop.
Pierwszy program w C++.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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