Skip to content

rux-lang/Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rux Examples

Example projects and programming tutorials for the Rux language.

List of Projects

Package Description
Hello Print "Hello, World!" — the minimal Rux application
Greeting Iterate over a string array and print greetings in multiple languages
Primitive Declare and print all primitive types: integers, floats, booleans, and characters
Factorial Calculate and print factorial values with a loop
Array Use a dynamic array with manual memory management (Alloc, Zero, Free)

Running an Example

Each example is a standalone Rux package with its own Rux.toml.

cd Hello
rux run

If necessary, install the dependencies first:

cd Hello
rux install
rux run

License

MIT

About

Examples in the Rux language

Topics

Resources

License

Stars

Watchers

Forks

Contributors