Skip to content

Commit

Permalink
Merge pull request #1 from riehlegroup/automated_feedback
Browse files Browse the repository at this point in the history
Retrigger CI
  • Loading branch information
Stefan-Buchner authored Jul 24, 2024
2 parents a4b724f + da9cf39 commit 148270f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercises/ex1/hello_world.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export class HelloWorld {

hello(other: HelloWorld): string {
return "HelloWorld - Now with CI";
return "HelloWorld - Now with CI ";
}
}

0 comments on commit 148270f

Please sign in to comment.