vanikam/src/main.rs

13 lines
222 B
Rust
Raw Normal View History

2024-05-13 20:54:58 +05:30
// SPDX-FileCopyrightText: 2024 Aravinth Manivannan <realaravinth@batsense.net>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
mod billing;
mod inventory;
mod ordering;
mod identity;
fn main() {
println!("foo");
}