We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f34cb8 commit 0a5813eCopy full SHA for 0a5813e
.gitignore
@@ -0,0 +1 @@
1
+/target
Cargo.toml
@@ -0,0 +1,8 @@
+[package]
2
+name = "ray-rust"
3
+version = "0.1.0"
4
+edition = "2021"
5
+
6
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
+[dependencies]
src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}
0 commit comments