Guest User

Untitled

a guest
Apr 26th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. fn main() {
  2. struct try;
  3. struct catch;
  4.  
  5. try {
  6. } catch {
  7. };
  8. }
Add Comment
Please, Sign In to add comment