Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. fn main() {
  2. let x = &[115, 105, 110, 103, 108, 101, 95, 117, 115, 101, 114, 95, 98, 97, 115,
  3. 101, 95, 115, 104, 101, 108, 108, 46, 99, 109, 120, 40, 102, 108, 117,
  4. 116, 116, 101, 114, 41, 58, 32, 226, 149, 144, 226, 149, 144, 226, 149,
  5. 161, 32, 69, 88, 67, 69, 80, 84, 73, 79, 78, 32, 67, 65, 85, 71, 72, 84,
  6. 32, 66, 89, 32, 83, 67, 72, 69, 68, 85, 76, 69, 82, 32, 76, 73, 66, 82,
  7. 65, 82, 89, 32, 226, 149, 158, 226, 149, 144, 226, 149, 144, 226, 149,
  8. 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226,
  9. 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144,
  10. 226, 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226, 149,
  11. 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226,
  12. 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144,
  13. 226, 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226, 149,
  14. 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226,
  15. 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144,
  16. 226, 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226, 149, 144, 226];
  17. println!("{}", std::str::from_utf8(x).unwrap());
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement