2010-06-23 21:03:09 -07:00
|
|
|
// -*- rust -*-
|
|
|
|
|
|
|
|
|
|
fn main(vec[str] args) -> () {
|
2010-07-08 10:45:34 -07:00
|
|
|
log "This is the rust 'self-hosted' compiler.";
|
|
|
|
|
log "The one written in rust.";
|
|
|
|
|
log "It does nothing yet, it's a placeholder.";
|
|
|
|
|
log "You want rustboot, the compiler next door.";
|
2010-06-23 21:03:09 -07:00
|
|
|
}
|