helloo there it's the blackbird duelist here hope u enjoy my stay and it's time to duel
Bookingly wrote:The ? duelist = The blackbird duelist
so...
? = blackbird
Ok then.
Centrik wrote:Bookingly wrote:The ? duelist = The blackbird duelist
so...
? = blackbird
Ok then.
Also Rainbow Fury.
Code:
public class Blackbird {
public static void main(String[] args) {
Blackbird blackbird = new Blackbird();
Object user = "blackbird";
Object questionMark = "?";
System.out.println(user + " is " + questionMark);
}
}
Blackbird is ?