Skip to content

Instantly share code, notes, and snippets.

@handakumbura
Created March 8, 2014 06:59
Show Gist options
  • Save handakumbura/9426562 to your computer and use it in GitHub Desktop.
Save handakumbura/9426562 to your computer and use it in GitHub Desktop.
Driver for the DatabaseUser.
package com.dumiduh;
public class Driver {
public static void main(String[] args)
{
DatabaseUser user = new DatabaseUser();
user.run();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment