mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-14 07:36:28 +02:00
Move to . seperators to not confuse the rest of the scripts
This commit is contained in:
parent
132f21cf74
commit
ebf8fc7735
11 changed files with 8 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"language": "java",
|
"language": "java",
|
||||||
"version": "20-valhalla+20-75",
|
"version": "20.valhalla.20.75",
|
||||||
"aliases": []
|
"aliases": []
|
||||||
}
|
}
|
|
@ -1,3 +0,0 @@
|
||||||
void main() {
|
|
||||||
System.out.println("OK");
|
|
||||||
}
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"language": "java",
|
"language": "java",
|
||||||
"version": "21-ea+22",
|
"version": "21.ea.22",
|
||||||
"aliases": []
|
"aliases": []
|
||||||
}
|
}
|
5
packages/java/21.ea.22/test.java
vendored
Normal file
5
packages/java/21.ea.22/test.java
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
class Main {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("OK");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue