Created
March 8, 2014 06:59
-
-
Save handakumbura/9426562 to your computer and use it in GitHub Desktop.
Driver for the DatabaseUser.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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