diff --git a/MAAL.sln b/MAAL.sln
index 033f4e9..b8739d9 100644
--- a/MAAL.sln
+++ b/MAAL.sln
@@ -7,10 +7,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MAAL", "MAAL\MAAL.csproj",
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ asdfasdfasdfsdafsd|Any CPU = asdfasdfasdfsdafsd|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {8292F520-AE71-4EAE-81EB-7F40BF0CE602}.asdfasdfasdfsdafsd|Any CPU.ActiveCfg = asdfasdfasdfsdafsd|Any CPU
+ {8292F520-AE71-4EAE-81EB-7F40BF0CE602}.asdfasdfasdfsdafsd|Any CPU.Build.0 = asdfasdfasdfsdafsd|Any CPU
{8292F520-AE71-4EAE-81EB-7F40BF0CE602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8292F520-AE71-4EAE-81EB-7F40BF0CE602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8292F520-AE71-4EAE-81EB-7F40BF0CE602}.Release|Any CPU.ActiveCfg = Release|Any CPU
diff --git a/MAAL/MAAL.csproj b/MAAL/MAAL.csproj
index af62e0c..8a5ff66 100644
--- a/MAAL/MAAL.csproj
+++ b/MAAL/MAAL.csproj
@@ -32,6 +32,16 @@
prompt
4
+
+ bin\asdfasdfasdfsdafsd\
+ TRACE
+ true
+ pdbonly
+ AnyCPU
+ 7.3
+ prompt
+ true
+
@@ -59,6 +69,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -86,7 +106,9 @@
+
+
diff --git a/MAAL/bin/Debug/examples/MAAL/_MAAB (INTERPRETER).exe b/MAAL/bin/Debug/examples/MAAL/_MAAB (INTERPRETER).exe
new file mode 100644
index 0000000..0db84c9
Binary files /dev/null and b/MAAL/bin/Debug/examples/MAAL/_MAAB (INTERPRETER).exe differ
diff --git a/MAAL/bin/Debug/examples/MAAL/ello world.maal.maab b/MAAL/bin/Debug/examples/MAAL/ello world.maal.maab
new file mode 100644
index 0000000..70d3036
Binary files /dev/null and b/MAAL/bin/Debug/examples/MAAL/ello world.maal.maab differ
diff --git a/MAAL/obj/asdfasdfasdfsdafsd/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/MAAL/obj/asdfasdfasdfsdafsd/.NETFramework,Version=v4.8.AssemblyAttributes.cs
new file mode 100644
index 0000000..15efebf
--- /dev/null
+++ b/MAAL/obj/asdfasdfasdfsdafsd/.NETFramework,Version=v4.8.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]