diff options
Diffstat (limited to '2023/20-Pulse_Propagation/example')
-rw-r--r-- | 2023/20-Pulse_Propagation/example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/2023/20-Pulse_Propagation/example b/2023/20-Pulse_Propagation/example new file mode 100644 index 0000000..2dc1bab --- /dev/null +++ b/2023/20-Pulse_Propagation/example @@ -0,0 +1,5 @@ +broadcaster -> a, b, c +%a -> b +%b -> c +%c -> inv +&inv -> a |