Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 269 Bytes

File metadata and controls

26 lines (18 loc) · 269 Bytes

Example package

Install

vman install github.com/valk-lang/pkg-example

Usage

use example:funcs

fn main() {
    let msg = funcs:example_func()
    println(msg)
}

How to add a new version

git tag 0.0.2
git push --tags