Welcome C++ Code


SUBMITTED BY: TepuV

DATE: May 30, 2016, 8:47 p.m.

UPDATED: July 21, 2022, 3:21 a.m.

FORMAT: Text only

SIZE: 129 Bytes

HITS: 1531

  1. #include <iostream>
  2. using namespace std;
  3. int main(){
  4. for (int i=0; i<99999; i++)
  5. cout<<"Hello BitBiners";
  6. return (0);
  7. }

comments powered by Disqus