1
0
Fork 0
forked from AbleOS/ableos

Sketchpad init

This commit is contained in:
Able 2025-02-15 07:13:18 -06:00
parent 91df131850
commit b2f830faf7
3 changed files with 15 additions and 0 deletions
sysdata/programs/sketchpad

View file

@ -0,0 +1 @@
# sketchpad

View file

@ -0,0 +1,11 @@
[package]
name = "sketchpad"
authors = [""]
[dependants.libraries]
[dependants.binaries]
hblang.version = "1.0.0"
[build]
command = "hblang src/main.hb"

View file

@ -0,0 +1,3 @@
main := fn(): int {
return 0
}