/* * Author: Amit Dutta (amitdutta4255@gmail.com) | Date: 12 Dec 2025 * Repo: https://github.com/notamitgamer/bsc * License: MIT */ //sample code with a new line charecter #include int main() { printf("Hello\nworld"); return 0; }