Advertisement
sepidev

Vala rocks

Sep 29th, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vala 0.13 KB | None | 0 0
  1. using Gee;
  2.  
  3. namespace Test{
  4.     class CTest{
  5.         public static int main(string[] args){
  6.             stdout.printf("Vala Rocks\n");
  7.         }
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement