Guest User

Untitled

a guest
Jun 17th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vala 0.10 KB | None | 0 0
  1. public static int main () {
  2.     int foo[] = new int[100];
  3.     message ("%d", foo.length);
  4.     return 0;
  5. }
Add Comment
Please, Sign In to add comment