Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Challenges

Post History

60%
+1 −0
Challenges Guess the language! (Cops' Thread)

Erlang (escript), 43 bytes - cracked by Shaggy main([])-> io:fwrite("Cops and Robbers"). Printing Cops and Robbers as the challenge says. Try it online!

posted 2y ago by Kevin M. Mansour‭  ·  edited 2y ago by Shaggy‭

Answer
#5: Post edited by user avatar Shaggy‭ · 2021-08-03T08:45:46Z (over 2 years ago)
  • # [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 by user avatar Kevin M. Mansour‭ · 2021-07-31T09:24:40Z (over 2 years ago)
Cleaning Up.
  • # [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 by user avatar Kevin M. Mansour‭ · 2021-07-31T07:51:12Z (over 2 years ago)
  • # ???, 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)
#2: Post edited by user avatar Kevin M. Mansour‭ · 2021-07-30T04:24:52Z (over 2 years ago)
Minor Stuff
  • ???, 43 bytes
  • ```
  • main([])->
  • io:fwrite("Cops and Robbers").
  • ```
  • Printing `Cops and Robbers` as the challenge says.
  • # ???, 43 bytes
  • ```
  • main([])->
  • io:fwrite("Cops and Robbers").
  • ```
  • Printing `Cops and Robbers` as the challenge says.
#1: Initial revision by user avatar Kevin M. Mansour‭ · 2021-07-30T04:24:23Z (over 2 years ago)
???, 43 bytes

```

main([])->

io:fwrite("Cops and Robbers").
```

Printing `Cops and Robbers` as the challenge says.