Ć is a programming language created in 2011 by Piotr Fusik.
#696on PLDB | 14Years 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!";
}
}