膯 is a programming language created in 2011 by Piotr Fusik.
#689on PLDB | 13Years Old |
git clone https://github.com/pfusik/cito
膯 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!";
}
}