Skip to content

valk-lang/pkg-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Example package

Install

vpkg 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published