We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7df7b commit e6f5c48Copy full SHA for e6f5c48
1 file changed
Function/SimpleFunction.rs
@@ -0,0 +1,8 @@
1
+fn main() {
2
+ greet();
3
+
4
+}
5
6
+fn greet() {
7
+ println!("Hello, Rust!");
8
0 commit comments