From 35c67f73c32623ac66abbb78362b1cadf3db98b7 Mon Sep 17 00:00:00 2001 From: greg Date: Wed, 7 Mar 2018 21:53:55 -0800 Subject: [PATCH] Make directory for schala source files --- source_files/{ => schala}/first.schala | 0 source_files/{ => schala}/test.schala | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename source_files/{ => schala}/first.schala (100%) rename source_files/{ => schala}/test.schala (100%) diff --git a/source_files/first.schala b/source_files/schala/first.schala similarity index 100% rename from source_files/first.schala rename to source_files/schala/first.schala diff --git a/source_files/test.schala b/source_files/schala/test.schala similarity index 100% rename from source_files/test.schala rename to source_files/schala/test.schala