Skip to content

Register to Vote πŸ‡ΊπŸ‡Έ

Showing Shamee How This Works

I write random code here and I can also write cpp:

cout << "helloworld";
#include<iostream>

using namespace std;

int main() {
    cout << "aloha texas" << endl;
}