It's GCC Compiler for C/C++ working on Telegram.
- run - prefixes=[/, !]
- !run std=cxx [code]
- !run [code]
- help - prefixes=/
- /help
- !run std=14
#include <iostream>
int main() {
using namespace std;
std::cout << "Hello, World!";
return 0;
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
It's GCC Compiler for C/C++ working on Telegram.
#include <iostream>
int main() {
using namespace std;
std::cout << "Hello, World!";
return 0;
}