DEV Community

Will Shepard
Will Shepard

Posted on

TIL Blog 07/16/2023

After going through the "Hello World" assignment it was really interesting using a browser to code, it actually seems the second easiest to write "Hello, world!". Through my experience the easiest would have to be through Python where you can just type print("Hello, world!") and then it'll print after running. Then there is Java, which requires you type out a whole sentence for one line of code, System.out.println("Hello, world!");. So its' really fun to learn something new especially through html, which is something that I've been interested in learning for a while!

Top comments (0)