Files
tower/src/tower.ts
Ian Gulliver 076d729c5d File layout
2021-05-08 12:07:40 -07:00

6 lines
100 B
TypeScript

import { TowerMap } from 'tower_map.js';
export function main() {
const map = new TowerMap();
};