mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 13:51:28 +00:00
7 lines
99 B
C
7 lines
99 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, const char ** argv, const char ** envp)
|
|
{
|
|
return 113;
|
|
}
|