diff options
author | V <v@unfathomable.blue> | 2021-08-12 08:30:11 +0200 |
---|---|---|
committer | V <v@unfathomable.blue> | 2021-08-14 04:03:46 +0200 |
commit | 3b4eaeaf282af63a4a1a16e13a5d4d4a2ffea910 (patch) | |
tree | 08130c994767f740fbbe9d6a3080199fb5e4332a /ripple/src | |
parent | 5703ed3e3b6e8f8d959525acb866d6f3c867327e (diff) | |
download | unf-legacy-3b4eaeaf282af63a4a1a16e13a5d4d4a2ffea910.tar.zst |
ripple: create the project skeleton
Change-Id: I4e50d2990fea76097ee61f8c98d65f2e4e44d765
Diffstat (limited to 'ripple/src')
-rw-r--r-- | ripple/src/main.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ripple/src/main.rs b/ripple/src/main.rs new file mode 100644 index 0000000..94e6205 --- /dev/null +++ b/ripple/src/main.rs @@ -0,0 +1,6 @@ +// SPDX-FileCopyrightText: V <v@unfathomable.blue> +// SPDX-License-Identifier: OSL-3.0 + +fn main() { + println!("A droplet breaks the surface."); +} |