myCompiler myCompiler
Deutsch English Español Français Italiano 日本語 한국어 Nederlands Polski Português
Recent
Login Sign up
Recent
Login Sign up
T

@thomascutler

1.2a make a triangle

C++
7 months ago
#include <iostream> using namespace std; int main() { cout << " x " << endl; cout << " xxx " << endl; cout << " xxxxx " << endl; cout << "xxxxxxx" << endl;

1.1b

C++
8 months ago
#include <iostream> int main() { std::cout << "My Name: Thomas Cutler\n"; std::cout << "My Nemesis Name: Muaz Tareen\n"; std::cout << "First Favortist Game: Angry Birds\n"; std::cout << "Second Favortist Game: Sorry\n"; std::cout << "Third Favortist Game: Fishinopoly (Monopoly but fishing)\n";

HI Shivam

C++
8 months ago
#include <iostream> int main() { std::cout << "Hello, World!\n"; }
Previous Next page

Supported languages

Deno JavaScript NodeJS Python Ruby Go C C++ Java C# TypeScript PHP Bash R Octave (MATLAB) Fortran Lua Erlang SQL MySQL MongoDB Clojure D Perl Kotlin Swift Rust Assembly
© 2026 mycompiler.io
Terms of service Privacy policy Contact us