Skip to content
View dhyey-shah's full-sized avatar
🎯
Kakatte koii
🎯
Kakatte koii

Organizations

@cafe-jvm-lang

Block or report dhyey-shah

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dhyey-shah/README.md
  • 🔭 I’m currently building CAFE-a programming language

    ReadMe Card

  • 🌱 I’m currently learning CAFE- the programming language

      func Hello(){
        cmd.println("Hello, World");
      }
  • 👯 I’m looking to collaborate on Github

  • 💬 Ask me about JAVA/ CAFE

  • 📫 How to reach me: dhyeyshah4@gmail.com

  • 😄 Pronouns: He/His

  • ⚡ Fun fact: I am a machine that converts coffee into code.

Pinned Loading

  1. cafe-jvm-lang/cafe cafe-jvm-lang/cafe Public

    Cafe- The Programming Language

    Java 23 1

  2. Hello, World program in Cafe Hello, World program in Cafe
    1
    func Hello(){
    2
      cmd.println("Hello, World");
    3
    }
    4
    Hello();
  3. Minimal-Java-IDE Minimal-Java-IDE Public

    A Java Code Editor with Syntax Highlighting and more [ under development ]

    Java