Skip to content

Commit

Permalink
restore Hello
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenwang1996 committed Jun 18, 2019
1 parent 5a88f55 commit ec065ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blank_project/assembly/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Greeter } from "./model.near";
// using `export` keyword.

export function hello(): string {
let greeter = new Greeter("hello");
let greeter = new Greeter("Hello");
return greeter.greet("world");
}
// << hello-snippet

0 comments on commit ec065ec

Please sign in to comment.