Skip to content

Instantly share code, notes, and snippets.

View LionelBeato's full-sized avatar
🦥
TODO: write sloth pun

Lionel Beato LionelBeato

🦥
TODO: write sloth pun
View GitHub Profile
@LionelBeato
LionelBeato / Main.java
Created October 7, 2020 19:52
Scanner example and LocalDate example
import java.time.LocalDate;
import java.util.*;
//import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// how to make the scanner object
import main.Utility;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;
public class SimpleTest {
@Test