2026-05-16
Selecting...
Home Page
reload
Search in this channel...
Punch card
Raw Text (irssi format)
Fork on github
switch to admin mode
Jump to...
redirecting...
Log for
OwO
am 02:29:58
Li-Fan Chen
/js@mmis_js_bot
function* fibs() {
let a = 0;
let b = 1;
while (true) {
yield a;
[a, b] = [b, a + b];
}
}
for(i of fibs()){
console.log(i)
}
pm 09:19:19
jimchen5209
@james58899
#todo
unmute milktea
pm 09:19:25
jimchen5209
.-
pm 09:19:45
James58899
CC
@Sciuridae
@bill96012
pm 09:44:41
Sciuridae
created by
mmis1000
and release under
MIT License
GitHub Repo