1
0
Fork 0
This repository has been archived on 2024-04-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Global-Gam-Jam-2017/src/com/company/Main.java
2017-01-13 20:36:27 +01:00

8 lines
121 B
Java

package com.company;
public class Main {
public static void main(String[] args) {
// write your code here
}
}