mirror of
https://github.com/Aider-AI/aider
synced 2026-04-30 11:27:50 +02:00
7 lines
97 B
C++
7 lines
97 B
C++
#include <iostream>
|
|
|
|
int main() {
|
|
std::cout << "Hello, World!" << std::endl;
|
|
return 0;
|
|
}
|