summary refs log tree commit diff
path: root/ripple/src/main.rs
blob: 94e620549513682328c15b1f35555e5b0952ebbf (plain)
1
2
3
4
5
6
// SPDX-FileCopyrightText: V <v@unfathomable.blue>
// SPDX-License-Identifier: OSL-3.0

fn main() {
	println!("A droplet breaks the surface.");
}