bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

pgrm_001.cpp (295B)


      1 /*
      2  * Author: Amit Dutta (amitdutta4255@gmail.com) | Date: 29 Jun 2026
      3  * Repo: https://github.com/notamitgamer/bsc
      4  * License: MIT
      5  */
      6 
      7 /* hello world */
      8 
      9 #include<iostream>
     10 using namespace std;
     11 int main() {
     12     cout << "hello, world!" << endl;
     13     cout << "Now we are at void";
     14     return 0;
     15 }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror