// SPDX-License-Identifier: Apache-2.0 // SPDX-FileCopyrightText: 2024 The Gleam contributors pub fn main() { echo "hello world" echo "multiline string" echo "string with\t\r\nescaped chars" }