11 lines
311 B
Forth
11 lines
311 B
Forth
open System.Diagnostics
|
|
open Sanchime.Algrithm.Sort.Test
|
|
open Sanchime.Algrithm.Sort.Bubble
|
|
open Sanchime.Algrithm.Sort.Insert
|
|
open Sanchime.Algrithm.Sort.Quick
|
|
open Sanchime.Algrithm.Sort.Merge
|
|
open Sanchime.Algrithm.Sort.Select
|
|
|
|
|
|
Sanchime.Monads.Test.reader_example () |> ignore
|
|
// qsort |> test |