Revert "github generated gh-pages branch"
This reverts commit 97e0e510b5.
This commit is contained in:
16
l/limbo.b
Normal file
16
l/limbo.b
Normal file
@@ -0,0 +1,16 @@
|
||||
implement Hello;
|
||||
|
||||
include "sys.m";
|
||||
sys: Sys;
|
||||
include "draw.m";
|
||||
|
||||
Hello: module
|
||||
{
|
||||
init: fn(ctxt: ref Draw->Context, argv: list of string);
|
||||
};
|
||||
|
||||
init(ctxt: ref Draw->Context, argv: list of string)
|
||||
{
|
||||
sys = load Sys Sys->PATH;
|
||||
sys->print("Hello World\n");
|
||||
}
|
||||
Reference in New Issue
Block a user