We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

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