Jump to...
redirecting...

Log for OwO

/js@mmis_js_bot Number.prototype[Symbol.iterator] = function* () {
for (let i = 0; i < this; i++) yield i;
}

console.log([...4])
/bash cd ..
cat */*
/java_hello
public class MainKt {
public static void main(String[] args) {
System.out.println("Kotlin Wrapper Testing");
}
}
/java
public class MainKt {
public static void main(String[] args) {
System.out.println("Kotlin Wrapper Testing");
}
}
/bash@mmis_js_bot cd ..
cat */*
奇怪…
/bash ls -al
/bash ls -al /
/bash cat /*
這什麼鬼
每一次你在這個bot上跑程式時的程式碼跟binary都在裡面
所以每次的 work directory 都不一樣