summaryrefslogtreecommitdiffstats
path: root/CLI/rust/src
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-15 14:14:41 +0100
committera14m <[email protected]>2020-12-15 14:56:31 +0100
commit9b0bce6583ea400cea7bcb90cd2da50edd0db3ac (patch)
tree21aa0b734bd72c0f1287fb9795a026559d44f7c5 /CLI/rust/src
parentadfac4deba6d4fc4d91c2a8d4b42a6d24241bfb0 (diff)
Add the basic rust package structure
Diffstat (limited to 'CLI/rust/src')
-rw-r--r--CLI/rust/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/CLI/rust/src/main.rs b/CLI/rust/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/CLI/rust/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}