Files
emacs/snippets/ada-mode/stdimport
2024-04-30 07:08:23 +02:00

6 lines
139 B
Plaintext

# -*- mode: snippet -*-
# name: with
# key: with
# --
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Integer_Text_IO; use Ada.Integer_Text_IO;