blob: c9f398d8786820588da652a7a89ef5c3e729127b [file] [log] [blame]
Ingo Molnar90ac5422013-09-30 13:48:44 +02001#include <stdio.h>
2
3int main(void)
4{
5 return puts("hi");
6}