A virtual jailed shell environment for Go apps backed by an io/fs#FS.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add some sample programs to put into the bucket

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso d1efccde 779fbf82

+5
+1
samples/hello.js
··· 1 + console.log("Hello, world!");
+4
samples/hello.py
··· 1 + print("hello, world") 2 + 3 + with open("README.md", "r") as fin: 4 + print(fin.readline())