#author("2020-04-06T15:23:44+09:00","","")
#author("2020-04-06T15:36:42+09:00","","")
[[FrontPage]]

&size(20){あいうえお};
#code(C){{
#include <stdio.h>
int main(void){
  printf("Hello World");
  return 1;
}
int add(void){
return 1+1;
}
}}
#pre{{
ColorBars(320, 240) #カラーバー
Subtitle("codehighlight.inc.php") #字幕
return last
}}