init
This commit is contained in:
6
snippets/ada-mode/stdimport
Normal file
6
snippets/ada-mode/stdimport
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: with
|
||||
# key: with
|
||||
# --
|
||||
with Ada.Text_IO; use Ada.Text_IO;
|
||||
with Ada.Integer_Text_IO; use Ada.Integer_Text_IO;
|
||||
Reference in New Issue
Block a user