Merge pull request #132 from bcnjr5/fix-pike

Fixed some files
This commit is contained in:
Mike Donaghy
2014-06-20 01:51:29 -04:00
3 changed files with 3 additions and 4 deletions

View File

View File

@@ -1,5 +1,4 @@
// Hello world in Pike (pike.roxen.com) int main() {
write("Hello World!\n");
int main(){ return 0;
write("Hello World!\n");
} }