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.“
I kept losing my progress at tbgclient.User
or did I forgot to commit
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;
}
}