Skip to content

Instantly share code, notes, and snippets.

@ysheng26
Created October 29, 2014 21:40
Show Gist options
  • Save ysheng26/f6f4708903fd1c752d34 to your computer and use it in GitHub Desktop.
Save ysheng26/f6f4708903fd1c752d34 to your computer and use it in GitHub Desktop.
(*
**
** A template for single-file ATS programs
**
*)
(* ****** ****** *)
//
#include "share/atspre_define.hats"
#include "share/atspre_staload.hats"
//
(* ****** ****** *)
//
// please write you program in this section
//
(* ****** ****** *)
implement
main0 () = () // a dummy implementation for [main0]
(* ****** ****** *)
(* end of [template.dats] *)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment