Advertisement
Guest User

JDD14 - Programmer's Day Competition

a guest
Sep 12th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public class AttendingToJDD {
  2.  
  3.    /* Write a short code about you attending JDD14 Conference
  4.     * In a creative way show us why you want to attend
  5.     * and what do you want to do during the conference.
  6.     *
  7.     * The best, most creative code will be rewarded:
  8.     * 1st place - 50% discount for registration
  9.     * 2nd & 3rd place - 25% discount for registration
  10.     *
  11.     * HOW TO ATTEND:
  12.     * 1. Copy this code and paste it into pastebin.com
  13.     * 2. Add your code
  14.     * 3. Post the URL to the final code on pastebin.com
  15.     * as a comment on our Facebook profile.
  16.     * 4. Look out for the results on Wednesday.
  17.     *
  18.     * Deadline: Mon, September, 15th, 2014, 23:59 CET
  19.     *    
  20.     */
  21.  
  22.     public static void main(String []args) {
  23.        System.out.println("I will attend to JDD because...");
  24.        // Your code goes here...
  25.     }
  26.  
  27.     // You may add as many methods as you like.
  28.  
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement