Compare commits

..

3 commits

Author SHA1 Message Date
Grigory Zaripov cfb127cabf
Merge 159f0f0afc into 18a9a2e791 2024-07-01 22:22:24 +02:00
Mo 18a9a2e791
Merge pull request #2007 from Yung-Beef/patch-1
docs: clarifying quiz 2 instructions
2024-06-28 23:16:20 +02:00
Yung Beef 4.2 2dcf917fa1
docs: clarifying quiz 2 instructions 2024-06-28 15:49:09 -03:00

View file

@ -14,7 +14,7 @@
// - Trim the string // - Trim the string
// - Append "bar" to the string a specified amount of times // - Append "bar" to the string a specified amount of times
// The exact form of this will be: // The exact form of this will be:
// - The input is going to be a Vector of a 2-length tuple, // - The input is going to be a Vector of 2-length tuples,
// the first element is the string, the second one is the command. // the first element is the string, the second one is the command.
// - The output element is going to be a Vector of strings. // - The output element is going to be a Vector of strings.
// //