Weird numbers: Difference between revisions

m
updated to work with gnat 14.1.1
m (updated to work with gnat 14.1.1)
Line 117:
 
package IntVecs is new Ada.Containers.Vectors
(Index_Type => Positive, Element_Type => PositiveNatural);
subtype IntVec is IntVecs.Vector;
-- use all type IntVec;
 
Factor_Cache : IntVec;
Line 215:
IO.New_Line;
end Weird_Numbers;
 
</syntaxhighlight>
 
15

edits