Skip to content

Commit

Permalink
Merge pull request tarunsinghofficial#495 from Pandora-X/HacktoberFes…
Browse files Browse the repository at this point in the history
…t-Patch1

Hacktoberfest First PR
  • Loading branch information
tarunsinghofficial committed Oct 20, 2020
2 parents 1aa0d65 + 3cbbe11 commit 8dfef56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Basic Calculator/Cal.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
height:80%;
min-width: 500px;
min-height: 400px;
background-color: #e2e0e0;
background-color: #949494;
margin:auto;
margin-top:80px;
border:2px solid #e2e0e0;
Expand All @@ -19,7 +19,7 @@

#calculator h1
{
background-color: black;
background-color: #ccbaba;
color:white;
text-transform: uppercase;
text-align: center;
Expand Down
6 changes: 5 additions & 1 deletion oops/2.Java Import Statement/import/Test.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@


class Test{
public static void main(String ags[]){
ArrayList l = new ArrayList();
ArrayList object = new ArrayList();
object.add("HacktoberFest2020");

}
}

0 comments on commit 8dfef56

Please sign in to comment.