Hello World Posted on 2025-02-10 Edited on 2025-01-28 test \(x^2\) 123456#include<bits/stdc++.h>using namespace std;int main () { cout << "hello, world" << '\n';}