Dis program examples.
- ./59049_bangs.dis consists of 59049 halt characters.
- ./README.md: You are here.
- ./cgcc-2503-mark-jayxcela has two versions of "Hello World" programs. https://codegolf.stackexchange.com/a/4167/113493
- ./cgcc-2503-mark-jayxcela/hello-102.dis
- ./cgcc-2503-mark-jayxcela/hello-83.dis
- ./cgcc-user100411 has several programs on CGCC.
- ./cgcc-user100411/infinite-nulls.dis outputs '\0' forever. https://codegolf.stackexchange.com/a/230533/113493
- ./cgcc-user100411/print-123-without-123.dis outputs character '{' without '{'. by Dingus. https://codegolf.stackexchange.com/a/231693/113493
- ./cgcc-user100411/short_cat.dis is two-character cat program. https://codegolf.stackexchange.com/a/230439/113493
- ./cgcc-user100411/truth-machine.dis accepts either '0' or '1' in ASCII to do Truth-machine. https://codegolf.stackexchange.com/a/230354/113493
- ./from-OG has three programs from Ben Olmstead's distribution.
- ./from-OG/666.dis prints 666 without trailing LF.
- ./from-OG/cat.dis is cat.
- ./from-OG/cat_expl.dis is cat with some comments.
- ./hello_with_noncmds.dis is a Hello, world! program written by User:Pro465, who is noob at Dis specs. https://esolangs.org/wiki/Dis
- ./just_one_nop.dis does loop forever.
- ./syntax-error has what the compiler shall reject.
- ./syntax-error/59050_bangs.dis is too long.
- ./syntax-error/unclosed_comment.dis has unclosed comment.
- ./cgcc-*/*.dis are licensed under CC BY-SA 4.0 Deed.
- ./from-OG/*.dis are distributed under Public Domain.
- ./hello_with_noncmds.dis is licensed under CC0 1.0 Deed.