linstrom/src/main.rs
mStar aka a person f2b76465c6 Add more info to Cargo.toml
Updated my name for use in licensing text locally
Updated license header to fit with what should *hopefully* be merged into licenser soon
Regenerated license headers
Added readme
2023-11-27 22:48:16 +01:00

14 lines
459 B
Rust

// Copyright (c) 2023 mStar
//
// Licensed under the EUPL, Version 1.2
//
// You may not use this work except in compliance with the Licence.
// You should have received a copy of the Licence along with this work. If not, see:
// <https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12>.
// See the Licence for the specific language governing permissions and limitations under the Licence.
mod storage;
fn main() {
println!("Hello, world!");
}