Advertisement
sepidev

Untitled

Jun 17th, 2011
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vala 0.10 KB | None | 0 0
  1. using GLib;
  2.  
  3. public static int main(string[] args){
  4.     print("hello vala users\n");
  5.     return 0;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement