Commit 57879d09 authored by Yuzurisa's avatar Yuzurisa

run!

parent 41f79d69
Pipeline #2837 passed with stage
in 10 seconds
stages:
- pick
variables:
GIT_DEPTH: "1"
pick:
stage: pick
tags:
- docker
image: node:buster-slim
script:
- node run.js | tee result.txt
artifacts:
paths:
- result.txt
const list = [
'凌酱♡(新手文援姬)',
'浮生若梦',
'王新悦',
'安菲儿·克鲁尔',
'poi',
'三喵(ФωФ)(文援)',
'echo',
'dfbxhhh',
'恕瑞玛的三分热度',
'乌拉尔',
'沫宇',
'乐多多',
'文媛 小魔王柠白',
]
for (let i = 0; i < 5; ++i) {
const [name] = list.splice(Math.floor(Math.random() * list.length), 1);
console.log(name);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment