Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- using namespace std;
- void AUTOR()
- {{
- cout << "Dawid Kubiak" << endl;
- }
- {
- cout << "3cTI" << endl;
- }
- {
- cout << "22.03.2020" << endl;
- }}
- int main()
- {
- cout << "Moje dane:" << endl;
- AUTOR();
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment