Created
October 29, 2014 21:40
-
-
Save ysheng26/f6f4708903fd1c752d34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* | |
** | |
** 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