bsc

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

root / semester_2 / eduincs / pgrm_001.cpp

pgrm_001.cpp (159B)


      1 /* hello world */
      2 
      3 #include<iostream>
      4 using namespace std;
      5 int main() {
      6     cout << "hello, world!" << endl;
      7     cout << "Now we are at void";
      8     return 0;
      9 }
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror