diff --git a/src/python/main.py b/src/python/main.py new file mode 100644 index 0000000..7e241d4 --- /dev/null +++ b/src/python/main.py @@ -0,0 +1 @@ +print("Python related.") \ No newline at end of file diff --git a/src/rust/main.rs b/src/rust/main.rs new file mode 100644 index 0000000..9a641ff --- /dev/null +++ b/src/rust/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Rust related.") +} \ No newline at end of file