Write language name in 3D ASCII: Difference between revisions

m
Added note
(Added Ada)
m (Added note)
Line 3:
 
=={{header|Ada}}==
Quotes are not escaped by \ in ada (nor does \ have any meaning in strings), so this turns out highlighting funny.
<lang Ada>with Ada.Text_IO; use Ada.Text_IO;
with Ada.Strings.Fixed; use Ada.Strings.Fixed;
Anonymous user