View Single Post
Old 07-02-2015, 09:31 PM   #20
frahse
occasional author
frahse ought to be getting tired of karma fortunes by now.frahse ought to be getting tired of karma fortunes by now.frahse ought to be getting tired of karma fortunes by now.frahse ought to be getting tired of karma fortunes by now.frahse ought to be getting tired of karma fortunes by now.frahse ought to be getting tired of karma fortunes by now.frahse ought to be getting tired of karma fortunes by now.frahse ought to be getting tired of karma fortunes by now.frahse ought to be getting tired of karma fortunes by now.frahse ought to be getting tired of karma fortunes by now.frahse ought to be getting tired of karma fortunes by now.
 
frahse's Avatar
 
Posts: 2,315
Karma: 2064403292
Join Date: Sep 2011
Location: Wandering God's glorious hills, valleys and plains.
Device: A Franklin BI (before Internet) was the first. I still have it.
Quote:
Originally Posted by eschwartz View Post
According to that logic...

Code:
/**
 * AddTwoPlusTwo.java
 *
 * A basic program to add 2 + 2.
 *
 * Copyright June 30 2015 by Eli Schwartz. All Rights Reserved.
 */

class AddTwoPlusTwo
{
    public static void main(String[] args)
    {
        int ans = 2 + 2;
        System.out.println("The answer is: "+ans);
    }
}
The mathematical equation "2 + 2 = 4" as expressed through the java programming language is now copyrighted by me. Profit!

Who owns the "tally?"
frahse is offline   Reply With Quote