Weird numbers: Difference between revisions

Content deleted Content added
Cantanima (talk | contribs)
Cantanima (talk | contribs)
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>