Elixir

Comments Off on Elixir

A classic!

Here is the “Hello World!” program in Elixir:

iex> IO.puts("Hello World!")

In this example, we’re using the IO module to print the string “Hello World!” to the console. The puts function is a part of the IO module and it prints its argument followed by a newline.

If you want to write a full Elixir file (.exs) for this program, here it is:

defmodule HelloWorld do
  IO.puts("Hello World!")
end

To run this code, save it in a file named hello_world.exs, then run it using the Elixir interpreter like so: iex hello_world.exs

This will print “Hello World!” to your console.

Prompt
young woman, beautiful face, standing, great body, gorgeous figure, long legs, pretty eyes, long hair, learns Elixir programming language, beautiful background, magnificent scenery, Buonarroti style, HD, sharp focus, stunningly beautiful, Simple Vector Art, 2D flat, simple shapes, minimalistic, professional graphic, flat color, high contrast, Simple Vector Art

Negative prompt
ugly, deformed, noisy, blurry, low contrast, 3D, photo, realistic, extra eyes, bad eyes, ugly eyes, imperfect eyes, deformed pupils, deformed iris, cross-eyed, poorly drawn face, bad face, fused face, ugly face, worst face, unrealistic skin texture, out of frame, poorly drawn hands, cloned face, double face, blurry, bad quality

Text model: llama3

Image model: PixelAhuskay