Skip to content

Commit

Permalink
chore: change testing example
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor committed Aug 4, 2022
1 parent 87db817 commit a63a32f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
32 changes: 0 additions & 32 deletions main.js

This file was deleted.

5 changes: 5 additions & 0 deletions main.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Codestain } from "./src/Codestain";

const example = `const getNumberFromInput = () => {};`;

console.log(Codestain("JavaScript", example));

0 comments on commit a63a32f

Please sign in to comment.