Skip to content

Commit

Permalink
Change sample program
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Arruda committed Aug 12, 2023
1 parent 84aeb34 commit d4741cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ryan-web/ryan-online/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ let number_of_lights = 4;
{
lights: {
picard: number_of_lights,
gul_madred: number_of_lights + 1,
gul_madred: \`There are \${number_of_lights + 1} lights!\`,
picard: \`There are \${number_of_lights} lights!\`,
}
}
`;
Expand Down

0 comments on commit d4741cf

Please sign in to comment.