Skip to content
Snippets Groups Projects
Commit f2eb4962 authored by M33's avatar M33 :speech_balloon:
Browse files

Add new file

parent be2fdecb
No related branches found
No related tags found
No related merge requests found
import strutils
for i in 0..50:
if i.tobin(8).count('1')%%2==1:
echo i
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment