Skip to content

ki-lang/package-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Package example for ki

A package to test the package manager of ki.

Install

ki pkg add github.com/ki-lang/package-example latest example

Usage

use example:greet;

greet:hello("world");