public static void main(String[] args)

preview_player
Показать описание
The worst rap song of all time to help you remember how to write the Java main method.
Рекомендации по теме
Комментарии
Автор

Thank you so much for making this! None of my programs were working until I remembered to put this in! Please make more songs for me to memorize things, thanks!

lordpooplop
Автор

#include <iostream>
int main(){
std::cout << "laughs in c++"<<std::endl;
return 0;
}

DOOT_II
Автор

You better memorize that if you want to code in Java

guy-
Автор

The song is absolutely amazing compared to the design choice of the Java team to make the main function 'public static void main(String[] args)'. I know Java, by the way—it was my first language. I don't have a problem understanding it, but compared to other nice and elegant languages, Java is ugly AF.

jsonkody
Автор

С# boy:
class Main{
public static unsafe void main(String[] args){
Console.WriteLine("C# code is better than Java");
}
}

RusMermaid
Автор

class Simple{
public static void main(String[] args){
System.out.println("This song is FUCKING GREAT");
}
}

echerry