fantom 0.1.0

Fantom programming language
1
2
3
4
5
6
7
// Copyright (c) 2026, Rick Jennings
// Licensed under the Academic Free License version 3.0


fn main() {
    println!("Hello, world!");
}