Skip to content

Instantly share code, notes, and snippets.

View Basti3n's full-sized avatar
🚕
TUTUT

Bastien NISOLE Basti3n

🚕
TUTUT
  • QuantCube
  • Paris
View GitHub Profile
@Basti3n
Basti3n / README.md
Last active February 1, 2024 02:57
Minecraft ALL THE MOD 8 / ATM8 - Docker (Compose) setup

Installation

@Basti3n
Basti3n / Extra.cs
Last active January 21, 2020 21:53
using System;
namespace Extra
{
public static class Print
{
public static string sentence{ get; set; }
public static void Talk() => Console.WriteLine(sentence);
}
namespace AboutComments
{
using System;
static class Product
{
public const int CAFE_PRIX = 1;
public const int ASSIETTE_PRIX = 15;
public const int SANDWICH_PRIX = 10;
public const int DESSERT_NORMAL_PRIX = 2;
public const int DESSERT_SPECIAL_PRIX = 4;