Empty program: Difference between revisions

Content added Content deleted
m (→‎[[Ada]]: Corrected indentation for standard Ada style)
Line 8: Line 8:
'''Compiler:''' [[GCC]] 4.1.2
'''Compiler:''' [[GCC]] 4.1.2


procedure Empty is begin null; end;
procedure Empty is
begin
null;
end;


==[[AppleScript]]==
==[[AppleScript]]==