1
0
Fork 0
mirror of https://gitlab.com/niansa/llama_any_server.git synced 2025-03-06 20:53:35 +01:00
llama_any_server/main.cpp
2023-04-03 16:30:23 +02:00

9 lines
108 B
C++

#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}