1

programming:

cc hello_world.c -o hello world

object-oriented programming:

cc -c hello_world.c -o hello_world.o
cc hello_world.o -o hello world

some weird shit:

class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}

Comments
  • 1
    Weird shit? Weak bait, sir
  • 1
    What did you smoke?
  • 1
    At least Java is programming, that on the top is compiling, no programming involved right there 🤔
  • 0
    Brick: Just lay it down
    Skyscraper: WTF much complicated
Add Comment