~donadigo/+junk/euclide-bazaar

« back to all changes in this revision

Viewing changes to tests/test-add-exe/test_add_exe/Main.vala

  • Committer: donadigo
  • Date: 2015-01-21 21:18:33 UTC
  • Revision ID: donadigos159@gmail.com-20150121211833-viwub7mk3ahdx821
Initial commit; this is not original branch; all the euclide files are included + bazaar extension

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
public int main(string[] args)
 
2
{
 
3
    print("Hello World\n");
 
4
    return 0;
 
5
}