Make OTP installation optional (#81)

This commit is contained in:
Michał Łępicki
2022-01-12 15:26:44 +01:00
committed by GitHub
parent 65219deb69
commit 3179686d1f
12 changed files with 183 additions and 47 deletions
@@ -0,0 +1,5 @@
import gleam/io
pub fn main() {
io.println("Hello from gleam_gleam!")
}