Skip to content
View voidwyrm-2's full-sized avatar
💭
How are C# and Swift the best languages?
💭
How are C# and Swift the best languages?

Block or report voidwyrm-2

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
voidwyrm-2/readme.md

My Skills

My favorites are definitely Go, C, C#, Swift, Ruby, Python, Rust(I'm sorry Ferris)
In that order


I wanna see my language stats(the crap is "HyPhy"?)

Voidwyrm-2's language stats

Pinned Loading

  1. ccpu ccpu Public

    A CPU written in C so it can be ✨BLAZINGLY FAST✨

    Go

  2. gor gor Public

    A dynamically-typed R-ish language written in Go

    Go

  3. CBuild CBuild Public

    A C build system written in Go

    Go

  4. conways-game-of-life conways-game-of-life Public

    Conway's Game of Life, written in Go(because Go is the best language)

    Go

  5. Atin-Lerb Atin-Lerb Public

    A Ferb Latin translator made with Go

    Go

  6. A C example that asks the user if th... A C example that asks the user if they want a pyramid or diamond, asks for the size of the pyramid/diamond, then draws the pyramid/diamond
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    #include <string.h>
    4
    
    
    5
    /*