>>106356982 (OP)
POV you're a hobbycoder/bookseller/influencer/MBA executive
#include <stdio.h>
int main() {
puts("Hello, World!\n");
return 0;
}
>5 lines
>gcc code.c -o out.exe
package com.example.tutorial;
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello world");
}
}
>6 lines
>IntelliJ > new project > JDK version > right click src > new class > type HelloWorld > type code > run Main
Don't you see? Procedure is less verbose than oop