Groovy

Comments Off on Groovy

In Groovy programming, you can write “Hello World!” like this:

println("Hello World!")

Here, println is a function that prints a line of text followed by a newline character. You’ve essentially written the phrase “Hello World!” inside this function to be displayed as the output. You can also simply write it on a single line without using println:

Hello World!

These both achieve the same result of printing “Hello World!”.

Prompt

Negative prompt

Text model: neural-chat

Image model: ProtoVisionXL