DEVELOPMENT ENVIRONMENT

~liljamo/felu-ng

ref: bf813e67eeacc7b238b5f64f6a7e88f31397d33f felu-ng/felu-mgmt/src/main.rs -rw-r--r-- 209 bytes
bf813e67Jonni Liljamo feat: init p2 2 days 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!");
}