raising warning flag on firewalld-default feature

Björn Persson bjorn at xn--rombobjrn-67a.se
Wed Nov 14 18:38:09 UTC 2012


Roberto Ragusa wrote:
> Just for fun, let's see who is the worst.

Challenge accepted. :-)

$ cat nothing.adb 
procedure Nothing is
begin
   null;
end Nothing;
$ gnatmake nothing.adb -o true
gcc -c nothing.adb
gnatbind -x nothing.ali
gnatlink nothing.ali -o true
$ time ./true 

real	0m0.001s
user	0m0.000s
sys	0m0.000s

Björn Persson



More information about the devel mailing list