MCPcopy Create free account
hub / github.com/SuprDewd/CompetitiveProgramming / Main

Class Main

code/template.java:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import java.math.*;
3import java.io.*;
4public class Main {
5 public static void main(String[] args) throws Exception {
6 Scanner in = new Scanner(System.in);
7 PrintWriter out = new PrintWriter(System.out, false);
8 // code
9 out.flush(); } }
10// vim: cc=60 ts=2 sts=2 sw=2:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected