14 lines
210 B
Plaintext
14 lines
210 B
Plaintext
|
|
__if_comp__ __C__ simple_passthrough """
|
|
#include <stdio.h>
|
|
int main() {
|
|
printf("hello world! (of selfhosting! (silly selfhosting for now))\n");
|
|
return 0;
|
|
}
|
|
"""
|
|
var a = 1
|
|
var b = 2
|
|
|
|
|
|
|