8 lines
69 B
C++
8 lines
69 B
C++
|
|
||
|
|
||
|
#include "main.h"
|
||
|
#include <stdint.h>
|
||
|
|
||
|
int main() {
|
||
|
return 0;
|
||
|
}
|