8 lines
91 B
C
8 lines
91 B
C
#include <stdio.h>
|
|
#include <stdint.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
return 42;
|
|
}
|