1// Copyright Joyent, Inc. and other Node contributors. 2// 3// Permission is hereby granted, free of charge, to any person obtaining a 4// copy of this software and associated documentation files (the 5// "Software"), to deal in the Software without restriction, including 6// without limitation the rights to use, copy, modify, merge, publish, 7// distribute, sublicense, and/or sell copies of the Software, and to permit 8// persons to whom the Software is furnished to do so, subject to the 9// following conditions: 10// 11// The above copyright notice and this permission notice shall be included 12// in all copies or substantial portions of the Software. 13// 14// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 15// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 16// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN 17// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 18// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 19// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 20// USE OR OTHER DEALINGS IN THE SOFTWARE. 21 22'use strict'; 23require('../common'); 24 25console.log([ 26 '_______________________________________________50', 27 '______________________________________________100', 28 '______________________________________________150', 29 '______________________________________________200', 30 '______________________________________________250', 31 '______________________________________________300', 32 '______________________________________________350', 33 '______________________________________________400', 34 '______________________________________________450', 35 '______________________________________________500', 36 '______________________________________________550', 37 '______________________________________________600', 38 '______________________________________________650', 39 '______________________________________________700', 40 '______________________________________________750', 41 '______________________________________________800', 42 '______________________________________________850', 43 '______________________________________________900', 44 '______________________________________________950', 45 '_____________________________________________1000', 46 '_____________________________________________1050', 47 '_____________________________________________1100', 48 '_____________________________________________1150', 49 '_____________________________________________1200', 50 '_____________________________________________1250', 51 '_____________________________________________1300', 52 '_____________________________________________1350', 53 '_____________________________________________1400', 54 '_____________________________________________1450', 55 '_____________________________________________1500', 56 '_____________________________________________1550', 57 '_____________________________________________1600', 58 '_____________________________________________1650', 59 '_____________________________________________1700', 60 '_____________________________________________1750', 61 '_____________________________________________1800', 62 '_____________________________________________1850', 63 '_____________________________________________1900', 64 '_____________________________________________1950', 65 '_____________________________________________2000', 66 '_____________________________________________2050', 67 '_____________________________________________2100', 68].join('\n')); 69