summaryrefslogtreecommitdiff
path: root/solutions/14_generics
diff options
context:
space:
mode:
authorMo <76752051+mo8it@users.noreply.github.com>2024-04-24 02:56:20 +0200
committerGitHub <noreply@github.com>2024-04-24 02:56:20 +0200
commit53fdb9044d54dbdf5f0aa6c309cd285829a04b3a (patch)
treeb45b6f11597130690232b2eaa9621f25ecf98200 /solutions/14_generics
parent86684b7fc9dd5e8bedad6056565645d1d980925c (diff)
parent8a085a0a85c759029cd57c28364867bde817e738 (diff)
Merge pull request #1955 from rust-lang/solutions
Solutions
Diffstat (limited to 'solutions/14_generics')
-rw-r--r--solutions/14_generics/generics1.rs1
-rw-r--r--solutions/14_generics/generics2.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/solutions/14_generics/generics1.rs b/solutions/14_generics/generics1.rs
new file mode 100644
index 0000000..70b786d
--- /dev/null
+++ b/solutions/14_generics/generics1.rs
@@ -0,0 +1 @@
+// TODO
diff --git a/solutions/14_generics/generics2.rs b/solutions/14_generics/generics2.rs
new file mode 100644
index 0000000..70b786d
--- /dev/null
+++ b/solutions/14_generics/generics2.rs
@@ -0,0 +1 @@
+// TODO