First Post


posted on June 16, 2025, 12:00 p.m.

Welcome to the AACPOJ!

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