Merge branch 'master' into master

This commit is contained in:
神戸小鳥
2021-09-04 12:41:30 +08:00
committed by GitHub
5 changed files with 12 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
import { max, sum } from './functions/util.js';
import { summary } from './functions/summary.js'
import Life from './life.js'
class App{
constructor(){
this.#life = new Life();