Code input plugin

You can input code on the page.

Examples

{{code
puts "hello, world!"
puts "hello, qwik users!"
}}
puts "hello, world!"
puts "hello, qwik users!"
#include <stdio.h>

void main(){
  printf("hello, world!\n");
}

Functions list

Last modified: 2010-02-25 Attached files total: 1KB