プログラミングハローワールド(LISP)|ミニタイピング

LISP

 
00分00.00
  0   0  コンボLv. 1
全6行のプログラムです

 

 

読み込み中...

 

(
let (
(message "HelloWorld")
)
(princ message)
)