inweb-bootstrap/Tests/Test Cases/_Tangled_Ideal/hellow.txt
2020-04-07 00:53:26 +01:00

10 lines
266 B
Text

/* Tangled output generated by inweb: do not edit */
#include <stdio.h>
#line 9 "inweb/Tests/Test Cases/hellow.inweb"
int main(int argc, char *argv[]) ;
#line 8 "inweb/Tests/Test Cases/hellow.inweb"
int main(int argc, char *argv[]) {
printf("Hello world!\n");
}