DEVELOPMENT ENVIRONMENT

~liljamo/felu-ng

felu-ng/felu-mgmt/src/main.rs -rw-r--r-- 209 bytes
19b89116Jonni Liljamo docs: split docs to crate READMEs and more planning a day ago
                                                                                
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (C) 2025 Jonni Liljamo <jonni@liljamo.com>
 *
 * This file is licensed under GPL-3.0-or-later, see NOTICE and LICENSE for
 * more information.
 */

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