simonveal

Results 1 issues of simonveal

I've noticed that the solution to Exercise 4.4 doesn't seem to work correctly. For example: insert("ação", 1, "!") --> a!ação (should be !ação) insert("ação", 3, "!") --> a!ão (should be...