Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. using GLib;
  2.  
  3. public static int main(string[] args){
  4.     print("hello vala users\n");
  5.     return 0;
  6. }