Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 381 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 381 Bytes

Start

./dev/linux/start.sh

prompt(/copy paste) into terminal:

add_new(Bozhi, Lach);
add_new(Armango, Fabrizio);
update_surname(Armango, Fabrizio, Armangoski);
add_new(Zanzi, Bar);
add_new(Armango, Fabio);
add_new(Foo, Bar);
print_all();
sort();

Roadmap

  • move to GitLab
  • setup CI/CD
  • add new commands
  • add suggestions while typing