Post History
Canvas, cracked by Shaggy, 129 bytes /bin/bash > echo "Cops and Robbers"; #Testing, testing 1 2 3 Segmentation Fault > echp "Cops and Robbers"; #Huh? Cops and Robbers This version of ...
Answer
#3: Post edited
# [Canvas](https://github.com/dzaima/Canvas), cracked by Shaggy, 129 bytes- ```
- /bin/bash
- > echo "Cops and Robbers"; #Testing, testing 1 2 3
- Segmentation Fault
- > echp "Cops and Robbers"; #Huh?
- Cops and Robbers
- ```
- This version of bash seems to have some... questionable behavior...
- # [Canvas](https://github.com/dzaima/Canvas), [cracked by Shaggy](https://codegolf.codidact.com/posts/283080#answer-283080), 129 bytes
- ```
- /bin/bash
- > echo "Cops and Robbers"; #Testing, testing 1 2 3
- Segmentation Fault
- > echp "Cops and Robbers"; #Huh?
- Cops and Robbers
- ```
- This version of bash seems to have some... questionable behavior...
#2: Post edited
# ???, 129 bytes- ```
- /bin/bash
- > echo "Cops and Robbers"; #Testing, testing 1 2 3
- Segmentation Fault
- > echp "Cops and Robbers"; #Huh?
- Cops and Robbers
- ```
- This version of bash seems to have some... questionable behavior...
- # [Canvas](https://github.com/dzaima/Canvas), cracked by Shaggy, 129 bytes
- ```
- /bin/bash
- > echo "Cops and Robbers"; #Testing, testing 1 2 3
- Segmentation Fault
- > echp "Cops and Robbers"; #Huh?
- Cops and Robbers
- ```
- This version of bash seems to have some... questionable behavior...