Table Reshuffle
Fix the column order in this table... also append the new 'username' column.
Start file
smith,john,27 brown,bob,35 jones,steve,19 graham,phil,44
End file
27,john,smith,jsmith 35,bob,brown,bbrown 19,steve,jones,sjones 44,phil,graham,pgraham
View Diff
1,4c1,4 < smith,john,27 < brown,bob,35 < jones,steve,19 < graham,phil,44 --- > 27,john,smith,jsmith > 35,bob,brown,bbrown > 19,steve,jones,sjones > 44,phil,graham,pgraham
Solutions by @h_east:
Unlock 2 remaining solutions by signing in and submitting your own entry