diff src/luan/modules/host/Hosting.luan @ 1418:732b5de211fc

add Hosted.luan
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 18 Oct 2019 22:29:46 -0600
parents db57d562c4bd
children fe5bcd8133e0
line wrap: on
line diff
--- a/src/luan/modules/host/Hosting.luan	Fri Oct 18 19:38:08 2019 -0600
+++ b/src/luan/modules/host/Hosting.luan	Fri Oct 18 22:29:46 2019 -0600
@@ -1,5 +1,3 @@
--- Hosting
-
 local Luan = require "luan:Luan.luan"
 local error = Luan.error
 local ipairs = Luan.ipairs or error()