mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
6 lines
59 B
C
6 lines
59 B
C
#include <stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
return puts("hi");
|
|
}
|