Skip to content

Commit

Permalink
Hello World
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrohedgehog committed Mar 21, 2020
1 parent b642b24 commit bee18d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import androidx.appcompat.app.AppCompatActivity;

import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
Expand All @@ -12,6 +11,7 @@ public class MainActivity extends AppCompatActivity {
public int Count = 0;
static int cardsOut = 0;
static int decks = 6;
//do i have git push working?
@SuppressWarnings("RedundantCast")
@Override
protected void onCreate(Bundle savedInstanceState) {
Expand Down

0 comments on commit bee18d9

Please sign in to comment.