A hand crafted markdown document contains all major Javascript topics covered, taken from different sources. Brush Up your JS memory.
Single line comments start with //. For multi-line commands, you use /* ... */
// This is a single line comment| #include<stdio.h> | |
| int phi[1000006], mark[1000006]; | |
| void seivephi(int n) | |
| { | |
| int i, j; | |
| for(i=1; i<=n; i++) phi[i] = i; |
oc new-build --binary=true --name=ola2 --image-stream=redhat-openjdk18-openshift
oc start-build ola2 --from-file=./target/ola.jar --follow
oc new-app