fork download
  1. #include<iostream>
  2. using std::cout;
  3. using std::endl;
  4.  
  5. #include<cstdlib>
  6.  
  7. //void printTod(const tod&);
  8. int main ()
  9. {
  10. cout << "Lab 8, Working With structs\n";
  11. cout << "Programmer: Maiar Khattab\n";
  12. cout << "Editor(s) used: Code Blocks 13.12\n";
  13.  
  14. }
  15.  
  16.  
Success #stdin #stdout 0.01s 5276KB
stdin
 
stdout
Lab 8, Working With structs
Programmer: Maiar Khattab
Editor(s) used: Code Blocks 13.12