From 60c1f0e26694fd407e867ef66d7e0f096e0deb50 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Mon, 21 Jul 2014 11:37:41 -0400 Subject: [PATCH] lib/string_experimentations: Added module for importation of string_experimentations Signed-off-by: Lucas Bajolet --- .../string_experimentations.nit | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/string_experimentations/string_experimentations.nit diff --git a/lib/string_experimentations/string_experimentations.nit b/lib/string_experimentations/string_experimentations.nit new file mode 100644 index 0000000..1eeb10d --- /dev/null +++ b/lib/string_experimentations/string_experimentations.nit @@ -0,0 +1,18 @@ +# This file is part of NIT ( http://www.nitlanguage.org ). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# General module for all kinds of string experimentations +module string_experimentations + +import utf8 -- 1.7.9.5