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.
0 parents commit 16e8a35Copy full SHA for 16e8a35
.gitignore
@@ -0,0 +1,2 @@
1
+/target
2
+*.DS_Store
Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "code0-definition"
3
+version = "0.1.0"
4
+edition = "2024"
5
+
6
+[dependencies]
src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}
0 commit comments