print a bitin


SUBMITTED BY: annigeri9

DATE: March 28, 2017, 7:57 p.m.

FORMAT: C++

SIZE: 83 Bytes

HITS: 845

  1. #include<stdio.h>
  2. #include<conio.h>
  3. void main()
  4. {
  5. cout<<"bitin";
  6. getch();
  7. }

comments powered by Disqus