-
+ 1E4B961E54FBFCEA9605A60C667B7F88BFA5C81481A765E9D256592542BF7E7C4F9A831A4702E4A8CF324DDB04B1ED106E76BE33FCC6D6CC05BD5238150184E2
ffa/ffademo/ffa_demo.adb
(0 . 0)(1 . 27)
193 ------------------------------------------------------------------------------
194 ------------------------------------------------------------------------------
195 -- This file is part of 'Finite Field Arithmetic', aka 'FFA'. --
196 -- --
197 -- (C) 2017 Stanislav Datskovskiy ( www.loper-os.org ) --
198 -- http://wot.deedbot.org/17215D118B7239507FAFED98B98228A001ABFFC7.html --
199 -- --
200 -- You do not have, nor can you ever acquire the right to use, copy or --
201 -- distribute this software ; Should you use this software for any purpose, --
202 -- or copy and distribute it to anyone or in any manner, you are breaking --
203 -- the laws of whatever soi-disant jurisdiction, and you promise to --
204 -- continue doing so for the indefinite future. In any case, please --
205 -- always : read and understand any software ; verify any PGP signatures --
206 -- that you use - for any purpose. --
207 -- --
208 -- See also http://trilema.com/2015/a-new-software-licensing-paradigm . --
209 ------------------------------------------------------------------------------
210 ------------------------------------------------------------------------------
211
212 with Demo_Ch1; use Demo_Ch1;
213
214 procedure FFA_Demo is
215 begin
216
217 Demo_Add_Sub;
218
219 end FFA_Demo;