Skip to content

aleless/Countdown-BrainF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Countdown-BrainF

Brainfuck code for countdown.

Program Objective:
· Prompt the user to enter a single digit (e.g., '7').
· Convert that ASCII character (like '7', which is ASCII code 55) into its actual numerical value (the number 7).
· Then, print out the sequence of digits counting down to 0 (e.g., if they entered '7', it would print "76543210").

About

Brainfuck code for countdown.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published