Skip to content

Instantly share code, notes, and snippets.

View benhopper1's full-sized avatar

Ben Hopper benhopper1

  • HDev
  • SomeWhereSouth
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.5/vue.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
@benhopper1
benhopper1 / Main.java
Last active August 29, 2015 14:11
Java Assessment (Back-end Developer)
package hopper.test.v001;
import java.util.Arrays;
class Main extends TestCase {
public static void main(String[] args){
//=======================================================================