-- Programmed by Jedidiah Barber -- Licensed under the Sunset License v1.0 -- See license.txt for further details with FLTK, Adapad; function Main return Integer is begin Adapad.Show; return FLTK.Run; end Main;