From 9581dccd5b4e0189ce45f49c78f9d666034524b2 Mon Sep 17 00:00:00 2001
From: ​
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: fat & carb cals

---
 .../Cals from Fat and Carbs/Program.cs             | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 cals_from_fat_and_carbs/Cals from Fat and Carbs/Program.cs

(limited to 'cals_from_fat_and_carbs/Cals from Fat and Carbs/Program.cs')

diff --git a/cals_from_fat_and_carbs/Cals from Fat and Carbs/Program.cs b/cals_from_fat_and_carbs/Cals from Fat and Carbs/Program.cs
new file mode 100644
index 0000000..4b7ed18
--- /dev/null
+++ b/cals_from_fat_and_carbs/Cals from Fat and Carbs/Program.cs	
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace Cals_from_Fat_and_Carbs
+{
+    internal static class Program
+    {
+        /// <summary>
+        /// The main entry point for the application.
+        /// </summary>
+        [STAThread]
+        static void Main()
+        {
+            Application.EnableVisualStyles();
+            Application.SetCompatibleTextRenderingDefault(false);
+            Application.Run(new calsFromFatAndCarbs());
+        }
+    }
+}
-- 
cgit 1.4.1