Guest User

Untitled

a guest
Nov 22nd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. void loadXML(std::string xml)
  5. {
  6. std::cout << xml;
  7. }
  8.  
  9.  
  10. int main()
  11. {
  12. // your code goes here
  13. loadXML("<XML><Window><Button></Button></Window></XML>");
  14. return 0;
  15. }
Add Comment
Please, Sign In to add comment