Hello World

Hello World

·

1 min read

Hello my fellows, I am currently a college student attempting to learn software development. I started off by learning the basics of Java, but I'm currently trying to learn front-end web development.

My goal is to learn the core fundamentals of HTML, CSS, and JavaScript in order to effectively display the projects that I'll be working on these next few decades or so.

Hopefully, I'll someday create a product or service that is useful.


Hello hashnode World.

Heading 1

Heading 2

Heading 3

public class HelloWorld

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