Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
gorsamp19547ystatic int main(string[] args) {
try{
firstRant();
}
catch {
System.out.println("fuck this, fuck the exception, why????!!!!??!!!!?!?!?! FUCK YOU!!!!!");
}
} -
enoon4317yI want Java. If so, firstRant() is a static function. It can only be called by an instance of its parent class.
DevRant devRant = new DevRant(“username”);
devRant.firstRant(“somemessage”);
function FirstRant() {
say("hello world!!");
}
rant