Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 362 Bytes

File metadata and controls

24 lines (16 loc) · 362 Bytes

stdlib

Flint's standard library! Documentation available on Flint Website

Installation

Add flint_stdlib to your Flint project.

flint add flint_stdlib
use flint/io

pub fn greet(name: String) Nil {
    io:println("Hello " <> name "!")
}

Targets

Flint's standard library supports targets C.