Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jan 14, 2024
1 parent 76f8f62 commit bf52ee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/commands/new_command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ mod tests {
const { Greeter, add } = await instantiate();
// adds
console.log(add(1, 1));
// greets
const greeter = new Greeter("world");
console.log(greeter.greet());
`,
Expand Down

0 comments on commit bf52ee9

Please sign in to comment.