1 2c02675e 2022-12-14 op {! 2 2c02675e 2022-12-14 op #include <stdio.h> 3 2c02675e 2022-12-14 op 4 2c02675e 2022-12-14 op #include "tmpl.h" 5 2c02675e 2022-12-14 op !} 6 2c02675e 2022-12-14 op 7 2c02675e 2022-12-14 op noise {! /* woops */ !} 8 2c02675e 2022-12-14 op here 9 2c02675e 2022-12-14 op 10 2c02675e 2022-12-14 op {! 11 2c02675e 2022-12-14 op int 12 2c02675e 2022-12-14 op main(void) 13 2c02675e 2022-12-14 op { 14 2c02675e 2022-12-14 op puts("hello, world!"); 15 2c02675e 2022-12-14 op return (0); 16 2c02675e 2022-12-14 op } 17 2c02675e 2022-12-14 op !}