8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
|
Here is the code
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
int main(){
|
||
|
return 0;
|
||
|
};
|