Skip to content

fswair/CPP17_Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP17_Compiler

It's GCC Compiler for C/C++ working on Telegram.

Commands

  • run - prefixes=[/, !]
    • !run std=cxx [code]
    • !run [code]
  • help - prefixes=/
    • /help

Example Input

  • !run std=14
#include <iostream>

int main() {
    using namespace std;
    std::cout << "Hello, World!";
    return 0;
}

About

It's GCC Compiler for C/C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages