Skip to content

Commit

Permalink
Update GoogleBillboard.pde
Browse files Browse the repository at this point in the history
  • Loading branch information
simart committed Jan 5, 2017
1 parent b28c79d commit 6c9eecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GoogleBillboard.pde
@@ -1,7 +1,7 @@
public final static String e = "2.718281828459045235360287471352662497757247093699959574966967627724076630353547594571382178525166427427466391932003059";
public void setup()
{
noLoop();
//your code here
}
public void draw()
{
Expand All @@ -11,4 +11,4 @@ public boolean isPrime(double dNum)
{
//to be finished later
return true;
}
}

0 comments on commit 6c9eecf

Please sign in to comment.