Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #include <iostream>
  2. #include <stdio.h>
  3. #include <string.h>
  4. #include <wchar.h>
  5.  
  6. using namespace std;
  7.  
  8. int main() {
  9. cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
  10. wchar_t y = 0;
  11. int n = wcslen(&y);
  12. return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement