Skip to content

rux-lang/Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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)
File Write text to a file with WinAPI

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

Example programs written in Rux

Topics

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Contributors