膯 is a programming language created in 2011 by Piotr Fusik.
git clone https://github.com/pfusik/cito
#947on PLDB | 12Years Old |
膯 programming language. Translated automatically to C, C++, C#, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.
public class HelloCi
{
public static string GetMessage()
{
return "Hello, world!";
}
}