Advertisement
shohan11421

Untitled

Dec 22nd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. #include<stdio.h>
  2. //header file
  3. int main()
  4. //code start from here
  5. {
  6.     printf("Banglasesh will be champioan\n");
  7.     //Banglasesh will be champioan will be shown on screen
  8.     return 0;
  9.     //proggerm end
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement