-
+ 1959CDA0F5A15B35A1E5B050978162E9522F3885881F98EAFF4BBDA4B314E49A6CECD3E938F4C894E1E18C64CCE7E704C63BC867FF8D5E0AC37161365B6B4B31
ffa/ffademo/demo_ch1.ads
(0 . 0)(1 . 24)
165 ------------------------------------------------------------------------------
166 ------------------------------------------------------------------------------
167 -- This file is part of 'Finite Field Arithmetic', aka 'FFA'. --
168 -- --
169 -- (C) 2017 Stanislav Datskovskiy ( www.loper-os.org ) --
170 -- http://wot.deedbot.org/17215D118B7239507FAFED98B98228A001ABFFC7.html --
171 -- --
172 -- You do not have, nor can you ever acquire the right to use, copy or --
173 -- distribute this software ; Should you use this software for any purpose, --
174 -- or copy and distribute it to anyone or in any manner, you are breaking --
175 -- the laws of whatever soi-disant jurisdiction, and you promise to --
176 -- continue doing so for the indefinite future. In any case, please --
177 -- always : read and understand any software ; verify any PGP signatures --
178 -- that you use - for any purpose. --
179 -- --
180 -- See also http://trilema.com/2015/a-new-software-licensing-paradigm . --
181 ------------------------------------------------------------------------------
182 ------------------------------------------------------------------------------
183
184 package Demo_Ch1 is
185
186 procedure Demo_Add_Sub;
187
188 end Demo_Ch1;