diff options
| author | mo8it <mo8it@proton.me> | 2024-07-06 22:23:19 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-06 22:23:19 +0200 |
| commit | 981a4778a9e452d143e9542a1eb8c8a60644c003 (patch) | |
| tree | 09b60efe77eab1057ba69484d81a78b7d23fca50 /solutions/09_strings/strings4.rs | |
| parent | 5d4363d58d94424d67d1815f5f2c36aabecb3a92 (diff) | |
Add newline between functions
Diffstat (limited to 'solutions/09_strings/strings4.rs')
| -rw-r--r-- | solutions/09_strings/strings4.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solutions/09_strings/strings4.rs b/solutions/09_strings/strings4.rs index 9dc6917..fe4733e 100644 --- a/solutions/09_strings/strings4.rs +++ b/solutions/09_strings/strings4.rs @@ -1,6 +1,7 @@ fn string_slice(arg: &str) { println!("{arg}"); } + fn string(arg: String) { println!("{arg}"); } |
