/* * Author: Amit Dutta (amitdutta4255@gmail.com) | Date: 29 Jun 2026 * Repo: https://github.com/notamitgamer/bsc * License: MIT */ /* hello world */ #include using namespace std; int main() { cout << "hello, world!" << endl; cout << "Now we are at void"; return 0; }