diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-14 14:58:38 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-14 14:58:38 +0100 |
commit | 7ff78cff53eba1da60b8beb851732e2f8197c221 (patch) | |
tree | fa6d914270ba1acdeddbc3aa1ce1cf7cf0824a7b /exporter/src/main.rs | |
parent | 6debd2c0a230d623c06869ca4c4f13519f53eb5d (diff) | |
download | unity-tools-7ff78cff53eba1da60b8beb851732e2f8197c221.tar unity-tools-7ff78cff53eba1da60b8beb851732e2f8197c221.tar.bz2 unity-tools-7ff78cff53eba1da60b8beb851732e2f8197c221.tar.zst |
move files around
Diffstat (limited to 'exporter/src/main.rs')
-rw-r--r-- | exporter/src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exporter/src/main.rs b/exporter/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/exporter/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} |