Skip to content

Instantly share code, notes, and snippets.

@Titory0
Created January 16, 2023 12:03
Show Gist options
  • Save Titory0/8187f9daecc991290884013fc6ddeb50 to your computer and use it in GitHub Desktop.
Save Titory0/8187f9daecc991290884013fc6ddeb50 to your computer and use it in GitHub Desktop.
public static void ft_putchar(char c)
{
Console.Write(c);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment