diff --git a/Program.cs b/Program.cs index c10853c..e94b691 100644 --- a/Program.cs +++ b/Program.cs @@ -4,6 +4,19 @@ class Program { static void Main(string[] args) { - Console.WriteLine("Hello, World!"); + //dichiarazione e inizializzazione variabili + long fattore1, fattore2, prodotto; + fattore2=1; + //input + Console.Write("Inserire un numero: "); + fattore1=Convert.ToInt64(Console.ReadLine()); + //calcolo tabellina + for(fattore2=1; fattore2<=10; fattore2++){ + prodotto=fattore1*fattore2; + //output ogni tabellina + Console.Write(fattore1); + Console.Write(" x " +fattore2); + Console.WriteLine(" = " +prodotto); + } } } diff --git a/bin/Debug/net8.0/tabellina b/bin/Debug/net8.0/tabellina new file mode 100755 index 0000000..6f5b90e Binary files /dev/null and b/bin/Debug/net8.0/tabellina differ diff --git a/bin/Debug/net8.0/tabellina.deps.json b/bin/Debug/net8.0/tabellina.deps.json new file mode 100644 index 0000000..d3d38a3 --- /dev/null +++ b/bin/Debug/net8.0/tabellina.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": { + "tabellina/1.0.0": { + "runtime": { + "tabellina.dll": {} + } + } + } + }, + "libraries": { + "tabellina/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/bin/Debug/net8.0/tabellina.dll b/bin/Debug/net8.0/tabellina.dll new file mode 100644 index 0000000..549a733 Binary files /dev/null and b/bin/Debug/net8.0/tabellina.dll differ diff --git a/bin/Debug/net8.0/tabellina.pdb b/bin/Debug/net8.0/tabellina.pdb new file mode 100644 index 0000000..23daa22 Binary files /dev/null and b/bin/Debug/net8.0/tabellina.pdb differ diff --git a/bin/Debug/net8.0/tabellina.runtimeconfig.json b/bin/Debug/net8.0/tabellina.runtimeconfig.json new file mode 100644 index 0000000..becfaea --- /dev/null +++ b/bin/Debug/net8.0/tabellina.runtimeconfig.json @@ -0,0 +1,12 @@ +{ + "runtimeOptions": { + "tfm": "net8.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "8.0.0" + }, + "configProperties": { + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..dca70aa --- /dev/null +++ b/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")] diff --git a/obj/Debug/net8.0/apphost b/obj/Debug/net8.0/apphost new file mode 100755 index 0000000..6f5b90e Binary files /dev/null and b/obj/Debug/net8.0/apphost differ diff --git a/obj/Debug/net8.0/ref/tabellina.dll b/obj/Debug/net8.0/ref/tabellina.dll new file mode 100644 index 0000000..3365210 Binary files /dev/null and b/obj/Debug/net8.0/ref/tabellina.dll differ diff --git a/obj/Debug/net8.0/refint/tabellina.dll b/obj/Debug/net8.0/refint/tabellina.dll new file mode 100644 index 0000000..3365210 Binary files /dev/null and b/obj/Debug/net8.0/refint/tabellina.dll differ diff --git a/obj/Debug/net8.0/tabellina.AssemblyInfo.cs b/obj/Debug/net8.0/tabellina.AssemblyInfo.cs new file mode 100644 index 0000000..f7dbe08 --- /dev/null +++ b/obj/Debug/net8.0/tabellina.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("tabellina")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+65e155690294a9fa61e9895c06207d69684f7848")] +[assembly: System.Reflection.AssemblyProductAttribute("tabellina")] +[assembly: System.Reflection.AssemblyTitleAttribute("tabellina")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generato dalla classe WriteCodeFragment di MSBuild. + diff --git a/obj/Debug/net8.0/tabellina.AssemblyInfoInputs.cache b/obj/Debug/net8.0/tabellina.AssemblyInfoInputs.cache new file mode 100644 index 0000000..2f6bf89 --- /dev/null +++ b/obj/Debug/net8.0/tabellina.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +ce4fd8e8626f02931c2673ae1a1615181e132b95d88f0113d9a4256038275005 diff --git a/obj/Debug/net8.0/tabellina.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0/tabellina.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..f4f67a8 --- /dev/null +++ b/obj/Debug/net8.0/tabellina.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,13 @@ +is_global = true +build_property.TargetFramework = net8.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = tabellina +build_property.ProjectDir = /home/BrainTheBest5/git/tabellina/ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/obj/Debug/net8.0/tabellina.GlobalUsings.g.cs b/obj/Debug/net8.0/tabellina.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/obj/Debug/net8.0/tabellina.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/obj/Debug/net8.0/tabellina.assets.cache b/obj/Debug/net8.0/tabellina.assets.cache new file mode 100644 index 0000000..eb875b0 Binary files /dev/null and b/obj/Debug/net8.0/tabellina.assets.cache differ diff --git a/obj/Debug/net8.0/tabellina.csproj.CoreCompileInputs.cache b/obj/Debug/net8.0/tabellina.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..e641165 --- /dev/null +++ b/obj/Debug/net8.0/tabellina.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +113572724e916c6fadaa00a13daed8ee23079fdf38fd19471f46d79cd6588531 diff --git a/obj/Debug/net8.0/tabellina.csproj.FileListAbsolute.txt b/obj/Debug/net8.0/tabellina.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..f0c774c --- /dev/null +++ b/obj/Debug/net8.0/tabellina.csproj.FileListAbsolute.txt @@ -0,0 +1,14 @@ +/home/BrainTheBest5/git/tabellina/bin/Debug/net8.0/tabellina +/home/BrainTheBest5/git/tabellina/bin/Debug/net8.0/tabellina.deps.json +/home/BrainTheBest5/git/tabellina/bin/Debug/net8.0/tabellina.runtimeconfig.json +/home/BrainTheBest5/git/tabellina/bin/Debug/net8.0/tabellina.dll +/home/BrainTheBest5/git/tabellina/bin/Debug/net8.0/tabellina.pdb +/home/BrainTheBest5/git/tabellina/obj/Debug/net8.0/tabellina.GeneratedMSBuildEditorConfig.editorconfig +/home/BrainTheBest5/git/tabellina/obj/Debug/net8.0/tabellina.AssemblyInfoInputs.cache +/home/BrainTheBest5/git/tabellina/obj/Debug/net8.0/tabellina.AssemblyInfo.cs +/home/BrainTheBest5/git/tabellina/obj/Debug/net8.0/tabellina.csproj.CoreCompileInputs.cache +/home/BrainTheBest5/git/tabellina/obj/Debug/net8.0/tabellina.dll +/home/BrainTheBest5/git/tabellina/obj/Debug/net8.0/refint/tabellina.dll +/home/BrainTheBest5/git/tabellina/obj/Debug/net8.0/tabellina.pdb +/home/BrainTheBest5/git/tabellina/obj/Debug/net8.0/tabellina.genruntimeconfig.cache +/home/BrainTheBest5/git/tabellina/obj/Debug/net8.0/ref/tabellina.dll diff --git a/obj/Debug/net8.0/tabellina.dll b/obj/Debug/net8.0/tabellina.dll new file mode 100644 index 0000000..549a733 Binary files /dev/null and b/obj/Debug/net8.0/tabellina.dll differ diff --git a/obj/Debug/net8.0/tabellina.genruntimeconfig.cache b/obj/Debug/net8.0/tabellina.genruntimeconfig.cache new file mode 100644 index 0000000..3147937 --- /dev/null +++ b/obj/Debug/net8.0/tabellina.genruntimeconfig.cache @@ -0,0 +1 @@ +4c4e1dae03d972bd1d8a3c427809d30c1a27ba390553ae92b2b26a03b98e26e7 diff --git a/obj/Debug/net8.0/tabellina.pdb b/obj/Debug/net8.0/tabellina.pdb new file mode 100644 index 0000000..23daa22 Binary files /dev/null and b/obj/Debug/net8.0/tabellina.pdb differ