-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed Material/Tools example to compact form #bruce #time 30m
- Loading branch information
Bruce Eckel
committed
Jul 22, 2024
1 parent
56fa76b
commit 7351731
Showing
3 changed files
with
26 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/scala/birdhouse/BasicTest.scala → src/main/scala/basic/BasicTest.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package birdhouse | ||
package basic | ||
|
||
import zio.* | ||
import zio.direct.* | ||
|
63 changes: 11 additions & 52 deletions
63
src/main/scala/birdhouse/BirdHouse.scala → src/main/scala/experiments/BirdHouse.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters