summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
Diffstat (limited to 'strings')
-rw-r--r--strings/strings1.rs1
-rw-r--r--strings/strings2.rs1
-rw-r--r--strings/strings3.rs1
3 files changed, 3 insertions, 0 deletions
diff --git a/strings/strings1.rs b/strings/strings1.rs
index 2bfbba2..2e5088f 100644
--- a/strings/strings1.rs
+++ b/strings/strings1.rs
@@ -1,3 +1,4 @@
+// strings1.rs
// Make me compile without changing the function signature! Scroll down for hints :)
fn main() {
diff --git a/strings/strings2.rs b/strings/strings2.rs
index 286a4f8..4239ff8 100644
--- a/strings/strings2.rs
+++ b/strings/strings2.rs
@@ -1,3 +1,4 @@
+// strings2.rs
// Make me compile without changing the function signature! Scroll down for hints :)
fn main() {
diff --git a/strings/strings3.rs b/strings/strings3.rs
index a4e5775..b6f6a1e 100644
--- a/strings/strings3.rs
+++ b/strings/strings3.rs
@@ -1,3 +1,4 @@
+// strings3.rs
// Ok, here are a bunch of values-- some are `Strings`, some are `&strs`. Your
// task is to call one of these two functions on each value depending on what
// you think each value is. That is, add either `string_slice` or `string`