diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-11 16:38:36 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-11 16:38:36 -0700 |
commit | 9db4283a20d4ea751d21a8f04a49d3d95d527ac5 (patch) | |
tree | 5e44a85395953c621dc1043cfa56d84044022c26 /src/scenes/index.ts | |
parent | 609338de80de82143f07107e3dfbb5f55f22e6e7 (diff) | |
download | compiling-the-lambda-calculus-9db4283a20d4ea751d21a8f04a49d3d95d527ac5.tar.gz compiling-the-lambda-calculus-9db4283a20d4ea751d21a8f04a49d3d95d527ac5.zip |
updates
Diffstat (limited to 'src/scenes/index.ts')
-rw-r--r-- | src/scenes/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenes/index.ts b/src/scenes/index.ts index 1b467c0..8eab357 100644 --- a/src/scenes/index.ts +++ b/src/scenes/index.ts @@ -14,6 +14,6 @@ export const scenes = [ //flirtingwithfunctions, //doctor, //first_box, - //hungry_partner, + hungry_partner, pure_functions, ]; |