Skip to content

Latest commit

 

History

History

puzzle_03

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Design

Loading of the data file

  • use of Ada's representation of scalar or modular types formated as base#value# : ex. 2#10110101# :
    • just put 2# in front, and # at the end of the data 😉 to get the full string representation of the scalar value.