emacs/snippets/ada-mode/stdimport

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;