source: git/Tst/Manual/bubblesort.tst

spielwiese
Last change on this file was f27af04, checked in by Hans Schoenemann <hannes@…>, 3 years ago
removed atkin.lib
  • Property mode set to 100644
File size: 127 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "crypto.lib";
3ring r = 0,x,dp;
4list L=-567,-233,446,12,-34,8907;
5bubblesort(L);
6tst_status(1);$
Note: See TracBrowser for help on using the repository browser.