Skip to content
View gingerBill's full-sized avatar

Highlights

  • Pro

Organizations

@odin-lang

Block or report gingerBill

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

Pinned Loading

  1. odin-lang/Odin Public

    Odin Programming Language

    Odin 8.2k 732

  2. gb Public

    gb single-file public domain libraries for C & C++

    C 640 48

1,539 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 41 commits in 2 repositories

Created a pull request in odin-lang/Odin that received 9 comments

Integer Concatenation Operator ##

The ability to concatenate two integers. 10 ## 20 == 1020 123 ## 456 == 123456 Implemented as the equivalent of the following code: integer_conca…

+75 −4 lines changed 9 comments
Reviewed 1 pull request in 1 repository
odin-lang/Odin 1 pull request
Loading