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
-
Shisuki6057yclass Program
{
static void Main(string[] args)
{
Console.WriteLine("Hey there!");
}
} -
Crazed20507yconsole.log("JavaScript laughs at your silly syntax requirements");
while(js.laughing){
js.flyAway();
} -
@ac1235 Then Kotlin is better:
class Main {
fun main(args: Array<String>) =
println("Hello beautiful Kotlin")
} -
ac123511477y@isaachaller that's not a hello world program, that's the string hello world.
Of course it displays in a repl, but that's the case for all repls I know of. -
Related Rants
public class Main {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
sorry for my messy code
joke/meme
does someone even read that?
bad code
java