You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jrosendo 7a960f7d00 docs(blockchain): add blockchain branch subjects to public 2 years ago
..
README.md docs(blockchain): add blockchain branch subjects to public 2 years ago

README.md

Lineup

For this to be a good festival, you need to register artists. Hip hip hip, arrays!

Instructions

  • Create a new Smart Contract Lineup.
  • Create a function addArtist(string) that takes as parameter a string. Artists are added in their order of registration.
  • Create a functionlineup(uint) that given an index returns the name of corresponding artist.

Hint

Public variables offer an implicit getter function

Notions