10 lines
108 B
HTML
10 lines
108 B
HTML
Here is the code
|
|
<pre>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
int main(){
|
|
return 0;
|
|
};
|
|
|
|
</pre> |