package com.db4o.samples;

public class S13_Is_This_It
{
	public static void main(String[] args)
	{
		System.out.println("There is more to learn!");
		System.out.println("Please have a look at the files in com.db4o.test");
		System.out.println("for all the possibilities.");
		System.out.println("Enjoy!");
	}
}
