blob: c9f398d8786820588da652a7a89ef5c3e729127b [file] [log] [blame]
Ingo Molnar430be5a2013-10-07 09:47:00 +02001#include <stdio.h>
2
3int main(void)
4{
5 return puts("hi");
6}