To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/gjs-vapi
2
by Gustav Hartvigsson
More code.
|
1
|
function main (args) {
|
2
|
print ("Read file successfully!");
|
4
by Gustav Hartvigsson
* Readability changes
|
3
|
}
|
2
by Gustav Hartvigsson
More code.
|
4
|
|
5
|
main (ARGV);
|
6
|
|