• Stars
    star
    144
  • Rank 255,590 (Top 6 %)
  • Language
    C++
  • Created about 1 year ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Y language, new language for AI

Y language

a new script language which called Y language or WHY language

website

office website

example

#!/bin/why

string fun helloworld()
{
    msg = "hello world!"
    print(msg)
    return msg
}