mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
refactor: add initial language test fixtures for C, C++, Elixir and Java
This commit is contained in:
parent
9e9b5e8d46
commit
a85ae206c9
4 changed files with 33 additions and 0 deletions
6
tests/fixtures/languages/cpp/hello.cpp
vendored
Normal file
6
tests/fixtures/languages/cpp/hello.cpp
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello, World!" << std::endl;
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue