mirror of
https://github.com/Relintai/programming_tutorials.git
synced 2025-04-29 22:08:00 +02:00
7 lines
86 B
C++
7 lines
86 B
C++
|
|
#include<iostream>
|
|
|
|
int main() {
|
|
std::cout << "asd" << std::endl;
|
|
return 0;
|
|
} |