fork download
  1. {
  2. split($0, chars, "")
  3. for (i=1; i <= length($0); i++) {
  4. printf("%d", chars[i])
  5. }
  6. print "\n"
  7. }
  8.  
Success #stdin #stdout 0.01s 5280KB
stdin
a\/*
stdout
0000