Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steveklabnik/hello


https://github.com/steveklabnik/hello

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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.