C compiler with embedded metalanguage.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

24 行
226 B

// comment
/* Test Int */
3
52
13
/* Test Float */
13.700000
42.000000
1.000000
/* Test Char */
'salut'
'bonjour tout le monde'
'je m appelle Nathan et je suis né en 1998'
'enchanté !'
/* multi
* line
* comment
*/