Post History
Erlang (escript), 43 bytes - cracked by Shaggy main([])-> io:fwrite("Cops and Robbers"). Printing Cops and Robbers as the challenge says. Try it online!
Answer
#5: Post edited
# [Erlang (escript)](https://en.wikipedia.org/wiki/Erlang_(programming_language)), 43 bytes - cracked by [Shaggy](https://codegolf.codidact.com/users/53588)- ```
- main([])->
- io:fwrite("Cops and Robbers").
- ```
- Printing `Cops and Robbers` as the challenge says.
- [Try it online!](https://tio.run/##Sy3KScxL100tTi7KLCj5/58rNzEzTyM6VlPXjosrM98qrbwosyRVQ8k5v6BYITEvRSEoPykptahYSVPv/38A)
- # [Erlang (escript)](https://en.wikipedia.org/wiki/Erlang_(programming_language)), 43 bytes - [cracked by Shaggy](https://codegolf.codidact.com/posts/283078#answer-283078)
- ```
- main([])->
- io:fwrite("Cops and Robbers").
- ```
- Printing `Cops and Robbers` as the challenge says.
- [Try it online!](https://tio.run/##Sy3KScxL100tTi7KLCj5/58rNzEzTyM6VlPXjosrM98qrbwosyRVQ8k5v6BYITEvRSEoPykptahYSVPv/38A)
#4: Post edited
# [erlang](https://en.wikipedia.org/wiki/Erlang_(programming_language)), 43 bytes - cracked by [Shaggy](https://codegolf.codidact.com/users/53588)- ```
- main([])->
- io:fwrite("Cops and Robbers").
- ```
- Printing `Cops and Robbers` as the challenge says.
- [Try it online!](https://tio.run/##Sy3KScxL100tTi7KLCj5/58rNzEzTyM6VlPXjosrM98qrbwosyRVQ8k5v6BYITEvRSEoPykptahYSVPv/38A)
- # [Erlang (escript)](https://en.wikipedia.org/wiki/Erlang_(programming_language)), 43 bytes - cracked by [Shaggy](https://codegolf.codidact.com/users/53588)
- ```
- main([])->
- io:fwrite("Cops and Robbers").
- ```
- Printing `Cops and Robbers` as the challenge says.
- [Try it online!](https://tio.run/##Sy3KScxL100tTi7KLCj5/58rNzEzTyM6VlPXjosrM98qrbwosyRVQ8k5v6BYITEvRSEoPykptahYSVPv/38A)
#3: Post edited
# ???, 43 bytes- ```
- main([])->
- io:fwrite("Cops and Robbers").
- ```
Printing `Cops and Robbers` as the challenge says.
- # [erlang](https://en.wikipedia.org/wiki/Erlang_(programming_language)), 43 bytes - cracked by [Shaggy](https://codegolf.codidact.com/users/53588)
- ```
- main([])->
- io:fwrite("Cops and Robbers").
- ```
- Printing `Cops and Robbers` as the challenge says.
- [Try it online!](https://tio.run/##Sy3KScxL100tTi7KLCj5/58rNzEzTyM6VlPXjosrM98qrbwosyRVQ8k5v6BYITEvRSEoPykptahYSVPv/38A)