blob: c9f398d8786820588da652a7a89ef5c3e729127b [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001#include <stdio.h>
2
3int main(void)
4{
5 return puts("hi");
6}