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_git_deps / src / git_deps.gleam
207 B 9 lines
1// SPDX-License-Identifier: Apache-2.0 2// SPDX-FileCopyrightText: 2025 The Gleam contributors 3 4import gleam/io 5 6pub fn main() { 7 // gleam/io is provided via a git dependency 8 io.println("Hello, world!") 9}