Untitled
user_5811307
plain_text
a year ago
254 B
4
Indexable
#include <iostream> using namespace std; void greeting() { cout << "привет, чувак"<< endl; } void farewell() { cout << "пока, чувак"<< endl; } int main() { setlocale(LC_ALL, "Russian"); greeting(); farewell(); }
Editor is loading...
Leave a Comment