2015-12-26 01:52:29 +00:00
|
|
|
|
2016-01-01 23:42:00 -05:00
|
|
|
__if_comp__ __C__ simple_passthrough """
|
|
|
|
|
#include <stdio.h>
|
2016-01-04 02:00:06 -05:00
|
|
|
int main() {
|
|
|
|
|
printf("hello world! (of selfhosting! (silly selfhosting for now))\n");
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2016-01-01 23:42:00 -05:00
|
|
|
"""
|
2015-12-26 01:52:29 +00:00
|
|
|
var a = 1
|
2015-12-28 03:34:40 -05:00
|
|
|
var b = 2
|
2015-12-26 01:52:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|