4 lines
46 B
Plaintext
4 lines
46 B
Plaintext
|
#include "sylib.h"
|
||
|
int main(){
|
||
|
return 3;
|
||
|
}
|