Guest User

Untitled

a guest
Apr 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /// Performs nuclear fission by reference
  2. void atom_splitter(Atom atom, Atom& atom_out_1, Atom& atom_out_1) {
  3. // Oak Ridge won't let us show this
  4. }
  5.  
  6. int main() {
  7. Atom uranium = Atom::Uranium;
  8. Atom krypton, barium;
  9. atom_splitter(uranium, &krypton, &barium);
  10. }
Add Comment
Please, Sign In to add comment