Advertisement
johanna_antonelli

Saturn data

Jul 4th, 2019
3,012
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [{:crux.db/id :gold-harmony
  2.     :company-name "Gold Harmony"
  3.     :seller? true
  4.     :buyer? false
  5.     :units/Au 10211
  6.     :credits 51}
  7.  
  8.    {:crux.db/id :tombaugh-resources
  9.     :company-name "Tombaugh Resources Ltd."
  10.     :seller? true
  11.     :buyer? false
  12.     :units/Pu 50
  13.     :units/N 3
  14.     :units/CH4 92
  15.     :credits 51}
  16.  
  17.    {:crux.db/id :encompass-trade
  18.     :company-name "Encompass Trade"
  19.     :seller? true
  20.     :buyer? true
  21.     :units/Au 10
  22.     :units/Pu 5
  23.     :units/CH4 211
  24.     :credits 1002}
  25.  
  26.    {:crux.db/id :blue-energy
  27.     :seller? false
  28.     :buyer? true
  29.     :company-name "Blue Energy"
  30.     :credits 1000}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement