diff options
Diffstat (limited to 'solutions/15_traits')
| -rw-r--r-- | solutions/15_traits/traits1.rs | 1 | ||||
| -rw-r--r-- | solutions/15_traits/traits2.rs | 1 | ||||
| -rw-r--r-- | solutions/15_traits/traits3.rs | 1 | ||||
| -rw-r--r-- | solutions/15_traits/traits4.rs | 1 | ||||
| -rw-r--r-- | solutions/15_traits/traits5.rs | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/solutions/15_traits/traits1.rs b/solutions/15_traits/traits1.rs new file mode 100644 index 0000000..70b786d --- /dev/null +++ b/solutions/15_traits/traits1.rs @@ -0,0 +1 @@ +// TODO diff --git a/solutions/15_traits/traits2.rs b/solutions/15_traits/traits2.rs new file mode 100644 index 0000000..70b786d --- /dev/null +++ b/solutions/15_traits/traits2.rs @@ -0,0 +1 @@ +// TODO diff --git a/solutions/15_traits/traits3.rs b/solutions/15_traits/traits3.rs new file mode 100644 index 0000000..70b786d --- /dev/null +++ b/solutions/15_traits/traits3.rs @@ -0,0 +1 @@ +// TODO diff --git a/solutions/15_traits/traits4.rs b/solutions/15_traits/traits4.rs new file mode 100644 index 0000000..70b786d --- /dev/null +++ b/solutions/15_traits/traits4.rs @@ -0,0 +1 @@ +// TODO diff --git a/solutions/15_traits/traits5.rs b/solutions/15_traits/traits5.rs new file mode 100644 index 0000000..70b786d --- /dev/null +++ b/solutions/15_traits/traits5.rs @@ -0,0 +1 @@ +// TODO |
