Video_library/examples/hello_world_sdl.adb

6 lines
88 B
Ada

with Video.Backends.SDL;
procedure Hello_World_SDL is
begin
null;
end Hello_World_SDL;