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