>>7900program reply
implicit none
write(*,*) 'Op is an idiot'
end program reply
section .data
msg db 'what the fuck are you going to do with all the garbage code people send in',0xa ;
len equ $ - msg
section .text
_start:
mov edx,len
mov ecx,msg
mov ebx,1
mov eax,4
int 0x80
mov ebx,0
mov eax,1
int 0x80
!#/bin/sh
echo "just for it to count as contribution"
#include<iostream>
using namespace std;
int main()
{
- cout<<"that grants them a download right for the libre software they want";
+ cout<<"that grants them a download right for the libre software they want.";
return 0;
}
[code]Fixed grammar.[/spoiler]