Empty program: Difference between revisions

m
→‎[[Ada]]: Corrected indentation for standard Ada style
m (→‎[[Ada]]: Corrected indentation for standard Ada style)
Line 8:
'''Compiler:''' [[GCC]] 4.1.2
 
procedure Empty is begin null; end;
begin
null;
end;
 
==[[AppleScript]]==
Anonymous user