This weekend, I set up this site with WordPress & Astra. I took the background photo of the about page on our farm, and did some basic color grading in DaVinci Resolve to keep the strong reds, but make the rest of the image black-and-white. Definitely overkill for the still photo use case. A “Hello, World!” program seems a fitting accompaniment to a “Hello, World!” post…
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}