Move the main function to servo.rs

This commit is contained in:
Brian Anderson 2012-04-12 19:18:12 -07:00
parent cb27da3de1
commit c136c496d8
3 changed files with 4 additions and 5 deletions

2
.gitignore vendored
View file

@ -1,4 +1,2 @@
*~
Makefile
servo
servo-test

4
src/servo/servo.rs Normal file
View file

@ -0,0 +1,4 @@
fn main() {
}

View file

@ -1,4 +1 @@
fn main() {
// TODO
}