MCPcopy Index your code
hub / github.com/derekbanas/Rust-Tutorial / say_hello

Function say_hello

main.rs:98–100  ·  view source on GitHub ↗

----- FUNCTIONS ----- You can define functions before or after main

()

Source from the content-addressed store, hash-verified

96// ----- FUNCTIONS -----
97// You can define functions before or after main
98fn say_hello(){
99 println!("Hello");
100}
101
102// You can pass arguments to functions
103fn get_sum(x: i32, y: i32){

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected