Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / test / project_erlang / test / elixir_test_file.ex
189 B 8 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2022 The Gleam contributors 3 4defmodule ElixirTestFile do 5 def main() do 6 "Hello, from the Elixir test module!" 7 end 8end