hello world I’m boxster
flowchart
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
public class Boxster{
public static void main(String args[]){
System.out.println("I'm boxster");
}
}
fun main(){
print("I'm boxster")
}
댓글남기기