mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Restructured folders and project names, ci should be fixed
This commit is contained in:
10
src/NadekoBot/Services/StandardConversions.cs
Normal file
10
src/NadekoBot/Services/StandardConversions.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace NadekoBot.Core.Services
|
||||
{
|
||||
public static class StandardConversions
|
||||
{
|
||||
public static double CelsiusToFahrenheit(double cel)
|
||||
{
|
||||
return cel * 1.8f + 32;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user