Skip to content

Instantly share code, notes, and snippets.

@arifurrahmanbd
Created April 20, 2016 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arifurrahmanbd/cfd2d4389142f2b339ec9329938b1ce6 to your computer and use it in GitHub Desktop.
Save arifurrahmanbd/cfd2d4389142f2b339ec9329938b1ce6 to your computer and use it in GitHub Desktop.
Building Quiz application
public class QuizAction{
}
public class QuizController{
public QuizController(){
}
}
public class QuizMain{
public static void main(){
System.out.println("Welcome to Quiz Application..");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment