blob: 048cba117c48b75b54c583cab4e4d69a85c2f60e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef PRELUDE
#define PRELUDE 1
#include "share/atspre_staload.hats"
staload "kernel/output/writer.sats"
val () = clear_screen()
staload "kernel/output/print.dats"
#endif
|