Skip to content

Commit

Permalink
Added korbit-tutorial-2df972aff2020d81/util.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodBoyDigital committed May 8, 2024
1 parent 2dd4ba2 commit 59f1fad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions korbit-tutorial-2df972aff2020d81/util.ts
@@ -0,0 +1,3 @@
export function processWork(workItem: string) {
return workItem.split("").reverse().join("");
}

0 comments on commit 59f1fad

Please sign in to comment.