We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf90c4 commit 24a52faCopy full SHA for 24a52fa
1 file changed
src/main/java/com/example/Main.java
@@ -6,6 +6,10 @@ public class Main {
6
public static void main(String[] args) {
7
ElpriserAPI elpriserAPI = new ElpriserAPI();
8
9
+ System.out.println();
10
+
11
+ elpriserAPI.getPriser()
12
13
}
14
15
0 commit comments