Skip to content

Commit

Permalink
Starting babysteps timer solution
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendrikse committed Oct 19, 2023
1 parent ddb8cad commit 9a07963
Show file tree
Hide file tree
Showing 10 changed files with 4,631 additions and 281 deletions.
11 changes: 11 additions & 0 deletions kata-solutions/babasteps-timer/babysteps-typescript/babystep.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>
<head>

</head>
<body>
<script type="module">
import { command } from "./src/babystep.js";
window.command = command;
</script>
</body>
</html>
Binary file not shown.
Loading

0 comments on commit 9a07963

Please sign in to comment.