Skip to content

Instantly share code, notes, and snippets.

@muuki88
Created April 10, 2012 09:22
Show Gist options
  • Save muuki88/2349709 to your computer and use it in GitHub Desktop.
Save muuki88/2349709 to your computer and use it in GitHub Desktop.
This is a sample file database for the scala tutorial
1;person;Lars;Vogel;10;20;
2;person;Marcel;Bruch;10;22;
3;person;Martin;Odersky;11;21;
4;person;Jonas;Boner;11;21;
5;person;Victor;Klang;11;21;
10;company;vogella;
11;company;typesafe;
20;group;android;
21;group;scala;
22;group;eclipse;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment