/+junk/gjs-vapi

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/gjs-vapi

« back to all changes in this revision

Viewing changes to test.js

  • Committer: Gustav Hartvigsson
  • Date: 2021-09-13 16:00:35 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210913160035-1pyul5jso24apzdb
More code.
* Wrote a simple test.
* fixed the VAPI file so it actually works.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
function main (args) {
 
3
  print ("Succsess!");
 
4
}
 
5
 
 
6
main (ARGV);