File layout

This commit is contained in:
Ian Gulliver
2021-05-08 12:07:40 -07:00
parent 010913586a
commit 076d729c5d
18 changed files with 34 additions and 13 deletions

5
src/tower.ts Normal file
View File

@@ -0,0 +1,5 @@
import { TowerMap } from 'tower_map.js';
export function main() {
const map = new TowerMap();
};