B♯

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Introduction

In music, there are a couple marks known as "sharp" or "flat". They raise or lower the pitch half a tone, respectively. Since B is half a tone below C, B♯ IS C. Therefore, the language B♯ IS C as well.

Pronunciation

B♯ is pronounced "Bee-sharp".

Program

Hello, world!

#include<stdio.h>

int main(void)
{
    printf("%s", "Hello, world!\n");
    return 0;
}

See also