diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-09 11:27:11 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-09 11:27:11 -0700 |
commit | 609338de80de82143f07107e3dfbb5f55f22e6e7 (patch) | |
tree | 8ae626714633a9d964e4bda073d086c9097c15a6 /src/scenes/index.ts | |
parent | 7cf2017e9563ec2ddd7c0b4c6e9137b1a4e5428d (diff) | |
download | compiling-the-lambda-calculus-609338de80de82143f07107e3dfbb5f55f22e6e7.tar.gz compiling-the-lambda-calculus-609338de80de82143f07107e3dfbb5f55f22e6e7.zip |
show pure function
Diffstat (limited to 'src/scenes/index.ts')
-rw-r--r-- | src/scenes/index.ts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/scenes/index.ts b/src/scenes/index.ts index 8544e23..1b467c0 100644 --- a/src/scenes/index.ts +++ b/src/scenes/index.ts @@ -8,12 +8,12 @@ import hungry_partner from "./hungry_partner?scene"; import pure_functions from "./pure_functions?scene"; export const scenes = [ - title, - me, - partone, - flirtingwithfunctions, - doctor, - first_box, - hungry_partner, + //title, + //me, + //partone, + //flirtingwithfunctions, + //doctor, + //first_box, + //hungry_partner, pure_functions, ]; |