Reactive Microservices with Spring 5
https://itnext.io/reactive-microservices-with-spring-5-95c5f8cd03d0
Representing the Impractical and Impossible with JDK 10 “var”
http://benjiweber.co.uk/blog/2018/03/03/representing-the-impractical-and-impossible-with-jdk-10-var/
#interfacesmieci
https://itnext.io/reactive-microservices-with-spring-5-95c5f8cd03d0
Representing the Impractical and Impossible with JDK 10 “var”
http://benjiweber.co.uk/blog/2018/03/03/representing-the-impractical-and-impossible-with-jdk-10-var/
#interfacesmieci

int[][][] things = new int[1][0][5];things[0][0][0] = 5;System.out.println(things[0][0][0]);```
das dsa
```
➜ ~ /usr/lib/jvm/java-9-openjdk/bin/jshell| Welcome to JShell -- Version 9.0.4| For an introduction type: /help intro```