10 lines
126 B
C
10 lines
126 B
C
#include "pico/stdlib.h"
|
|
|
|
#include <stdio.h>
|
|
|
|
int main() {
|
|
stdio_init_all();
|
|
puts("Sint!!!!!!!!!!!111+1!!!!");
|
|
return 0;
|
|
}
|