- Registrado
- 23 de Sep, 2018
Sigue el video de abajo para ver cómo instalar nuestro sitio como una aplicación web en tu pantalla de inicio.
Nota: Esta función puede no estar disponible en algunos navegadores.
This bear is about to make you his bitch.
bear computerbear computer
10 PRINT "bear computer"
20 GOTO 10
RUN
Código:10 PRINT "bear computer" 20 GOTO 10 RUN
#include <stdio.h>
int main(){
while(1)
printf("bear computer\n");
return 0;
}
C:#include <stdio.h> int main(){ while(1) printf("bear computer\n"); return 0; }
b = str("bear computer")
while True:
print (b)
Python:b = str("bear computer") while True: print (b)
Código:[bits 16] [org 0x7c00] bear: mov si, msg mov ah, 0x0e computer: lodsb cmp al, 0 je bear int 0x10 jmp computer msg: db "bear computer ",0 times 510-($-$$) db 0 dw 0xaa55