diff options
Diffstat (limited to 'ripple/src/main.rs')
-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."); +} |