Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)
I’ll start with: “I found this website.“
you have vastly changed the rules of the universe that it dissolves on compliance with its modified rules
i wonder what game that summary comes from
currently translating Scratch 2 to Emoji
unfortunately I’m on Ubuntu so I can’t test it
(now that I think about it I’ll translate Scratch 1.4 as well)
Developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers developers …
Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)
I’ll start with: “I found this website.“
how do you do this but Python
interface Method {
int something();
}
class Thing implements Method {
int something() {
return 1;
}
}