Skip to content

steveklabnik/hello

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Hello

A 'hello world' package for Rust.

Installation

You can install hello with rustpkg:

$ rustpkg install github.com/steveklabnik/hello

Usage

Here's a sample program using hello:

extern mod hello;

fn main() {
  hello::world();
}

If you put that into a file called hello.rs, you can:

$ rustc hello.rs
$ ./hello

License

MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages