File: nscriptdecode.cpp

package info (click to toggle)
onscripter 20220816-1
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,408 kB
  • sloc: cpp: 32,308; xml: 114; sh: 100; makefile: 91; python: 10
file content (3 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (8)
1
2
3
#include<stdio.h>
main(){int ch; while ((ch = getchar()) != EOF) putchar(ch ^ 0x84);}