a zip code crypto-currency system good for red ONLY

12345678910111213141516
  1. /**
  2. * @license
  3. * Copyright Google Inc. All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.io/license
  7. */
  8. export default [
  9. [
  10. ['πρωί', 'μεσημ.', 'απόγ.', 'βράδυ'], ,
  11. ['πρωί', 'μεσημέρι', 'απόγευμα', 'βράδυ']
  12. ],
  13. ,
  14. [['04:00', '12:00'], ['12:00', '17:00'], ['17:00', '20:00'], ['20:00', '04:00']]
  15. ];
  16. //# sourceMappingURL=el.js.map