# code-block-pro/1.9.0/build/shiki/samples/elixir.sample

Code Block Pro – Beautiful Syntax Highlighting, version 1.9.0. 8 lines.

- Page: https://pluginprobe.com/plugins/code-block-pro/1.9.0/code/build/shiki/samples/elixir.sample
- Raw: https://pluginprobe.com/plugins/code-block-pro/1.9.0/raw/build/shiki/samples/elixir.sample
- Modified: 2022-08-22T22:25:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/code-block-pro/1.9.0/code/build/shiki/samples/elixir.sample#L10-L20`.

```
# module_name.ex
defmodule ModuleName do
  def hello do
    IO.puts "Hello World"
  end
end

# From https://elixir-lang.org/crash-course.html#elixir
```
